13 Aug
2004
13 Aug
'04
5:31 p.m.
[Ausum Studio]
I ran the service in debug mode and apparently the problem was in the path. I had already updated it according to http://www.zopelabs.com/cookbook/1091948185 , but I had used long names with spaces in between: "G:\Archivos de programa\Zope27\lib\python"
Changed to 8.3 format and that made it.("G:\ARCHIV~1\Zope27\lib\python")
I don't know all the details, but that makes sense.so far as I do. Some basic Win32 API calls have no idea what to do with a space-infected pathname (which is one reason you can still use 8.3 alias names on the newer Windows filesystems, none of which have an *obvious* need for them).