Hi everyone,

I'm having a problem trying to convert my script with pyinstaller. The
script implements a windows service on windows 7; I'm using python 2.7
and the development version of pyinstaller. The executable is build
correctly and the service can be installed on the sistem. The problem
is that when I try to start it I get the following error:

The service did not respond to the start or control request in a
timely fashion

Trying to use py2exe the service is started correctly, so I wonder if
I'm doing something wrong with pyinstaller.
To build the executable I use the following command:

python pyinstaller.py --icon=color.ico MyService.py

Any hint?
Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to