.pyc files

Skip Montanaro skip at pobox.com
Mon Jan 27 23:14:28 EST 2003


    Carl> Maybe he's trying to install a package by hand.  If you just copy
    Carl> the .py files to a library directory, a user python process
    Carl> couldn't store the .pyc files, so you compile the .py files before
    Carl> copying.

For a potential solution to this problem, feel free to read and comment on
PEP 304.

    http://www.python.org/dev/peps/pep-0304.html

Skip





More information about the Python-list mailing list