suppress pyc generation

skip at pobox.com skip at pobox.com
Sun Dec 25 11:45:42 EST 2005


    Eddy> I would like to suppress .pyc generation or have the .pyc
    Eddy> generation in a speical seperate root (I found something about
    Eddy> PYCROOT). Has this been implemented yet? Is there an environment
    Eddy> variable or a command line switch that suppresses .pyc generation?

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



More information about the Python-list mailing list