.pyc files
Skip Montanaro
skip at pobox.com
Mon Jan 27 23:14:28 EST 2003
More information about the Python-list mailing list
Mon Jan 27 23:14:28 EST 2003
- Previous message (by thread): .pyc files
- Next message (by thread): .pyc files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): .pyc files
- Next message (by thread): .pyc files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list