At 5:54 -0400 9/17/2001, Joao Borsoi Soares wrote:
>I'm new in mailman and python. Can someone help me on how to compile a
>.py to a .pyc? I made changes in the Defaults.py.
Python will notice the changes the next time it is told to import
Defaults.py, and compile a new Defaults.pyc.
You can for
On 17 September 2001, Joao Borsoi Soares said:
> I'm new in mailman and python. Can someone help me on how to compile a
> .py to a .pyc? I made changes in the Defaults.py.
Usually, do nothing. The next time Python imports the .py file, it
automatically recompiles it.
Note that the user running
Hello list,
I'm new in mailman and python. Can someone help me on how to compile a
.py to a .pyc? I made changes in the Defaults.py.
Thanks.
Joao
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-