[issue9761] stale .pyc files aren't cleaned out

Brett Cannon report at bugs.python.org
Fri Sep 3 23:07:13 CEST 2010


Brett Cannon <brett at python.org> added the comment:

This could still be an issue with the .pyc files being set with permissions that prevent them from being re-generated. Double-check the .pyc files are read-write and have the proper owners to allow them to be overwritten.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9761>
_______________________________________


More information about the Python-bugs-list mailing list