[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Python?
Bruce,
I don't use Python either, but this came from O'Reilly's Programming
Python, p. 295: "Precompilation can be forced by importing a module at
the interactive command line (or with the -c command line flag)."
If this isn't enough, I can send the whole page to you. (discusses how
.pyc files are analagous to .dll or .so files)
Bruce Smith wrote:
> One of the things I need to do is modify a python install program.
> Can someone save me some time and tell me the command to (compile?)
> turn a "*.py" source file into a "*.pyc" binary file???
>
> I've never done anything with Python before. TIA!