In article <[email protected]>, Baz Walter <[email protected]> wrote: > >i thought that python automatically compiled pyc files after a module is >successfully imported. what could prevent this happening?
Looks like you got your problem fixed, but for the record, not having write permission on a directory also causes this. It's even uglier when the .pyc already exists but does not have write perms. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Many customs in this life persist because they ease friction and promote productivity as a result of universal agreement, and whether they are precisely the optimal choices is much less important." --Henry Spencer -- http://mail.python.org/mailman/listinfo/python-list
