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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to