From: Daniel P. <da...@pr...> - 2008-11-26 18:53:19
|
I think your problem is with the "instart" function that installs and starts the service at the same time. The only way I've ever been able to successfully install a py2exe'd service is by using the -install command-line parameter of the frozen .exe (i.e. using py2exe's service installer, not win32serviceutil.InstallService). - Daniel. Jack T Mudge III wrote: > Unfortunately, I got the same result: After running setup.py py2exe, > it "compiled" successfully, but when I run > ftpserver.exe install > it gives me the (same) error: > > Traceback ..: > File "boot_service.py", line 45, in <module> > servicemanager.startup_error: PrepareToHostMultiple failed! > > > This is my testing virtual machine; it's a clean slate, so I imagine this > means the problem is with me somewhere. I attached my source code just in > case. |