how to get rid of pyc files ?
John Machin
sjmachin at lexicon.net
Sun May 24 09:58:06 EDT 2009
On May 24, 11:01 pm, Stef Mientki <stef.mien... at gmail.com> wrote:
> hello,
>
> Moving my entire program section between windows and Ubuntu,
> sometimes causes problems, due to the existence of pyc-files
What problems? Like avoiding having to recompile your .py files makes
your app run too fast?
> (and probably because my program still has hard coded paths).
>
> Now I want get rid of the pyc-files,
Which does nothing for the hard-coded paths issue ...
More information about the Python-list
mailing list