2 Aug
2002
2 Aug
'02
9:06 p.m.
Bo M. Maryniuck writes:
How to get globals() from PythonScript in Zope? -- Error Value: global name 'globals' is not defined.
I've tried: context.globals().get('something')
Also how to dir() in PythonScript? I fear, it will not work.
PythonScripts do not live in a real module. Dieter