Re: how to convert a PY to a PYC file

2005-09-06 Thread Fredrik Lundh
"Chavez Gutierrez, Freddy" wrote: >I want to distribute a Python application to several computers, but I don't > want they to be able to see the pure python code (the 'py' file). > > Is there a way to generate a 'pyc' file and distribute that only? sure. several ways, actually. see http://

how to convert a PY to a PYC file

2005-09-05 Thread Chavez Gutierrez, Freddy
Title: how to convert a PY to a PYC file I want to distribute a Python application to several computers, but I don't want they to be able to see the pure python code (the 'py' file). Is there a way to generate a 'pyc' file and distribute that only? Regards, Fr