no pyc file

Oleg Broytmann phd at phd.russ.ru
Wed Mar 1 11:04:37 EST 2000


On Wed, 1 Mar 2000, Samuel Nicolary wrote:
> Is there a reason why a pyc file would not be created upon execution of my
> script?

   PYC files aren't created for scripts - only for imported modules. But if
modules do not have their .pyc's too - check for directory permissions...

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list