LocalFS under Zope2-7-7/windows
I all, I am migrating some apps to Zope2-7-7 under windows and the LocalFS product generate an error wen starting zope. The error at the end of the traceback is: File "C:\Programmi\Zope-2.7.7-final\lib\python\Signals\WinSignalHandler.py", line 227, in registerHandler hevent = win32event.CreateEvent(sa, 0, 0, event_name) TypeError: The object is not a PySECURITY_ATTRIBUTES object Any pointer on fixing this? Can someone plese confirm that LocalFS works fine under Unixes? Is there any other solution for serving files out from filesystem directories under Zope-2-7-7/win? TIA __peppo
Giuseppe Bonelli wrote at 2006-4-14 18:05 +0200:
I am migrating some apps to Zope2-7-7 under windows and the LocalFS product generate an error wen starting zope.
The error at the end of the traceback is:
File "C:\Programmi\Zope-2.7.7-final\lib\python\Signals\WinSignalHandler.py", line 227, in registerHandler hevent = win32event.CreateEvent(sa, 0, 0, event_name) TypeError: The object is not a PySECURITY_ATTRIBUTES object
This does not look like a "LocalFS" problem. Instead, it looks like some problem in "WinSignalHandler.py". However, you might have cut down essential parts of the traceback.
Any pointer on fixing this? Can someone plese confirm that LocalFS works fine under Unixes?
You need a special version of "LocalFS" (something like "LocalFS-Andreas"). We use it for both *nix and Windows. -- Dieter
participants (2)
-
Dieter Maurer -
Giuseppe Bonelli