Re: [python-win32] Thread won't run in service

2005-03-17 Thread David Rushby
Does the thread actually not run, or does it run, but lack the right to write files, raise an exception that you have no way of detecting, and exit? If you install the service as an administrative user who has the "Log on as a service" right (in Control Panel -> Administrative Tools -> Local Secur

Re: [python-win32] Problem with installer for pywin32 with Python 2.5

2006-04-16 Thread David Rushby
--- Mark Hammond <[EMAIL PROTECTED]> wrote: > > Wise-installer versions, which are pretty old by now. Is there any > > chance of a temporary version of the installer without the > preinstall > > script, just for use with the Python 2.5a1 release? I tried > building > > one for myself, but I'm missi