py2exe service dependency

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jaco Smuts

    py2exe service dependency

    Hello there

    I've written a service using win32service.

    When I do service.py install it registers dependencies succesfully,
    however the version compiled with py2exe seems to miss the dependencies ?

    in subclass serviceFramewor k set the service dependency in _svc_deps_

    I'm using Python 2.3.3 with py2exe 0.5

    any help will be appreciated.

    thanks
    jaco


Working...