Reason for not allowing import twice but allowing reload()

alien2utoo at gmail.com alien2utoo at gmail.com
Mon Feb 29 08:25:59 EST 2016


> As for need of import in Idle session, I use it to
> - import sys
> - sys.append.path('D:\\Where\\Ever\\My\\Modules\\Lie')

Kindly read above as
sys.path.append(....)

> - import mymodule




More information about the Python-list mailing list