Importing a module without creating a .pyc/.pyo file?

Thomas Heller thomas.heller at ion-tof.com
Fri Jan 25 03:00:03 EST 2002


Is it possible to import a module xxx.py without
compiling it (implicitely) to .pyo/.pyc, or do I
always have to delete the compiled file afterwards
if it gets in the way?

Thanks,

Thomas





More information about the Python-list mailing list