PyScript re.compile and access rights problem
Hi all, I cannot seem to be able to test a simple PyScript with a re.compile() in it. Zope says I dont have authority to call compile in this context. Can anybody shed some light on this? Do I have to go the external method way for this then..?? TIA AM -- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
Aseem Mohanty writes:
I cannot seem to be able to test a simple PyScript with a re.compile() in it. Zope says I dont have authority to call compile in this context.
Can anybody shed some light on this?
Do I have to go the external method way for this then..?? That one possibility.
Another one, read (and follow) the "README" tab in "Control_Panel->Product Management-> PythonScripts". Dieter
participants (2)
-
Aseem Mohanty -
Dieter Maurer