[Zope] forcing all pythonscripts to recompile.
Anthony Baxter
anthony@interlink.com.au
Tue, 31 Jul 2001 17:12:54 +1000
upgrading a test system to 2.4, and I'm getting a lot of
2001-07-31T07:00:41 PROBLEM(100) Script (Python) Object "lookup_partner" needs to be recompiled.
------
2001-07-31T07:00:57 PROBLEM(100) Script (Python) Object "header_request_variables" needs to be recompiled.
recompiling every python script in the system by hand is going to be
a complete pain in the bottom - is there a simple-ish way to force them
to all be recompiled?
Nothing shows up in the 2.4 release notes or migration guide...
Anthony