I would like to suppress .pyc generation or have the .pyc generation in a
speical seperate root (I found something about PYCROOT). Has this been
implemented yet? Is there an environment variable or a command line switch
that suppresses .pyc generation?
Eddy
Ivan
Ivan
-------- Original Message --------
From: "Eddy Ilg" <ed...@fericom.net>
To:
Subject: suppress pyc generation
Date: 25/12/2005 14:01
Ivan
-------- Original Message --------
From: "Eddy Ilg" <ed...@fericom.net>
To:
Subject: suppress pyc generation
Date: 25/12/2005 14:01
Take a look at PEP 304 and see if that would meet your needs:
http://www.python.org/peps/pep-0304.html
If you have comments on it, best to submit a tracker item on Sourceforge in
addition to posting your ideas here to make sure they don't get lost.
Skip