[python-win32] eggs and pythonservices

jose at cybergalvez.com jose at cybergalvez.com
Mon Mar 12 21:50:12 CET 2007


Dear win32 experts

I am trying to write a win32 service for a paste/pylons application
which works well from the command line, however if I try to make it
into a service the application can no longer find "eggs" that it needs.
 I'm including the command line program (which works) and the winservice
(which noes not work) hopping that someone can point me the right
direction.  One that that I'm doing to complicate things is the eggs it
needs to find are not installed in the usual place, which for the
command line program simply means manipulating sys.path, however doing
the same thing for the windows service does not have the same result.

Any and all help is appreciated

Jose
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.py
Type: text/x-java
Size: 775 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20070312/5e046227/attachment.java 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WindowsService.py
Type: text/plain,english
Size: 3625 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-win32/attachments/20070312/5e046227/attachment.bin 


More information about the Python-win32 mailing list