21 Jan
2002
21 Jan
'02
8:53 p.m.
Paul, Paul Zwarts writes:
... But one thing worth mentioning that it doesn't work either as superuser... That sounds weird enough to start debugging:
add: import pdb; pdb.set_trace() in the function changing the proxy role (to be found via the traceback) Restart Zope in a way that it reads/write from a console (or pty, under Unix). Try to change the proxy role. Zope should stop and you should be able to use pdb (Python DeBugger) commands to find out precisely, why you are not able to change the proxy role. Dieter