**NEWBIE - QUESTION**

Werner Schiendl n17999950.temp.werner at neverbox.com
Tue Oct 28 14:16:48 EST 2003


Hi,

Staven Bruce wrote:

> Thanks Jay and Matt,
> 
> Matt, as to your question 'why', I may be way out of my league here, but I
> am trying to tweak a Mailman module to customize the behavior. I've made the
> change I need to in a copy of the .py file, so now I want to create the .pyc
> file, put the new files into the program and see what happens. This is my
> first stab with Python, so I am a bit in the dark.
> 

There is no need to recompile it yourself.

Just edit the .py file as you like and restart the application.
This will recreate the .pyc file automatically.

If - for whatever reason - you think this is not the case,
you can just delete the .pyc file altogether (as long as
you have the corresponding source .py file, of course ;-)


hth

Werner





More information about the Python-list mailing list