2 Apr
2003
2 Apr
'03
1:10 p.m.
The problem is that the piece of code works properly if I run it in ActivePython or in Python+Python Win32 Extensions, but not if I run it in the Python version that comes with Zope. Doesn't Zope's Python include Python Win32 Extensions. I think it does, as the win32security module for example is there, but then why doesn't the code work?
No idea. Give us an error message or a traceback. The Python that comes with Zope is not a complete or up to date win32 package, so its more than likely it could be that. -- Andy McKay