compile shebang into pyc file

Michael Soulier msoulier at gmail.com
Wed Apr 27 10:37:11 EDT 2005


On 26 Apr 2005 18:15:51 -0700, johnlichtenstein at gmail.com
<johnlichtenstein at gmail.com> wrote:
> Is there some reason why you want to run the .pyc file, rather than the
> .py file? If you start the script with

a. It's more efficient, since the code doesn't need to be compiled
before it's run.
b. What if you want to ship closed-source?

Mike

-- 
Michael P. Soulier <msoulier at gmail.com>
http://www.digitaltorque.ca
http://opag.ca      python -c 'import this'



More information about the Python-list mailing list