Re: [python-win32] Building pywin32 msi installers

2013-06-20 Thread Mark Hammond
I've wanted bdist_msi to work for ages. There was some issue with the install scripts that always caused grief, and my memory is hazy - it *might* be that the uninstall process doesn't run the post-install script at the correct time - ie, that it runs *after* the uninstall, which means pywin32

[python-win32] Passing Args through PythonService.exe

2013-06-20 Thread Michael Manfre
Is it possible to pass args through PythonService.exe on to the ServiceFramework class? The only arg that I ever see come through the init is a tuple containing only the _svc_name_. I need to install many services for celery workers and having to create a separate class/file for each environment