[Mailman-Users] running External Archiver on background/foreground

Dragon dragon at crimson-dragon.com
Thu Jan 17 16:57:01 CET 2008


Mohamed CHAARI wrote:

>what about the Archiver.pyc file ? do you think it is necessary to
>re-compile and re-install the whole soft ? or simply apply the patch on
>Archiver.py to make it working ?
---------------- End original message. ---------------------

Python is (usually) smart enough to figure out if the source file has 
been updated and the .pyc file is stale. In most cases you don't have 
to do anything to make it work after editing the .py file. If you are 
really concerned about it, just delete the .pyc file and it will be 
generated anew when Python next executes the .py file.

Dragon

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the Mailman-Users mailing list