Re: [Mailman-Users] How to change defaults...

2001-09-17 Thread Greg Ward
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

Re: [Mailman-Users] How to change defaults...

2001-09-17 Thread John W Baxter
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