jose wrote: > Hi all, I just upgraded my version of python form version 22 to 23 on > windows. The problem is that now the webkit appserver > service no longer > starts. Looking through the windows event monitor this is the error > message that I am getting: > > The instance's SvcRun() method failed > File "C:\Python23\lib\site-packages\win32\lib\win32serviceutil.py", > line 670, in SvcRun self.SvcDoRun() > File "C:\Program Files\Webware\WebKit\ThreadedAppServerService.py", > line 92, in SvcDoRun from WebKit.ThreadedAppServer import > ThreadedAppServer File "WebKit\ThreadedAppServer.py", line 661, in ? > signal.signal(signal.SIGINT, shutDown) > exceptions.ValueError: signal only works in main thread > > Any help would be great, at the moment I can't run my webkits > servlets.
I discovered this myself and fixed it in CVS a few days ago. Either comment out the call to signal, or get a copy of ThreadedAppServerService.py from the tip of CVS. - Geoff ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
