On 26 Apr 2005 18:15:51 -0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
http://www.digitaltorque.ca
http://opag.ca      python -c 'import this'
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to