Py... is using the .pyc file even if I've edited the source!

Dag Sunde dag at orion.no
Sun May 21 15:18:25 EDT 2000


Is it a way to force Python to skip generating the
.pyc file for a module?

If I'm editing my main-module and a submodule at the
same time, edits in the sub-module is ignored after
the first time I run the main module...

( I guess it caches the bytecode???)

Anyone?

TIA...

Dag Sunde







More information about the Python-list mailing list