21 Dec
1999
21 Dec
'99
9:17 p.m.
-----Original Message----- From: Terry Kerr [mailto:terry.kerr@eng.monash.edu.au] Sent: Monday, December 20, 1999 10:52 PM To: zope@zope.org Subject: [Zope] compiling zope source
Hi,
I made changes to the OFS/DTMLDocument.py file...actually I changed the default text that is put into a newly created DTML Document. How do I now get my change to take effect. I assume I need to compile the DTMLDocument.py to DTMLDocument.pyc or something? How do I do this?
Just restart Zope. Python will byte-compile the .py file for you. -Michel