Zope 2.4.0b2 ZEO client (ZEO 1.0b3) I get lots of these when I first hit /manage: ------ 2001-07-03T09:03:31 PROBLEM(100) Script (Python) Object "script name" n eeds to be recompiled. Any ideas? cheers, Chris
Chris Withers wrote:
I get lots of these when I first hit /manage: ------ 2001-07-03T09:03:31 PROBLEM(100) Script (Python) Object "script name" n eeds to be recompiled.
Any ideas?
It's behaving correctly. Visit the scripts and click "Save changes" to compile. (You don't have too many, do you?) Shane
Shane Hathaway wrote:
It's behaving correctly. Visit the scripts and click "Save changes" to compile. (You don't have too many, do you?)
30-40 :-( What short python script would do this for me? I'm guessign something like: for s in context.ZopeFind(spec=['Python Script']): s.edit() ...or something? cheers, Chris
Hi, On Wed, 4 Jul 2001, Chris Withers wrote:
Shane Hathaway wrote:
It's behaving correctly. Visit the scripts and click "Save changes" to compile. (You don't have too many, do you?)
30-40 :-(
What short python script would do this for me?
I'm guessign something like:
for s in context.ZopeFind(spec=['Python Script']): s.edit()
...or something?
I think ZShell could do that, probably with its "call" command. get it from: http://cortex.unice.fr/~jerome/zshell and remember: the man command is your best friend. bye, Jerome Alet
participants (3)
-
Chris Withers -
Jerome Alet -
Shane Hathaway