py2exe service dependency
Date: Sun, 30 May 2004 17:41:31 +0200
To: python-list@python.org
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 serviceFramework 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
Relevant Pages
- Re: Whats the best package manager for single-package upgrades?
... 'upgrade' won't install new packages to meet the new dependencies, ... When I find a backport I want, I add its deb line to my sources.list, ... then an apt-get install of the package. ... (Debian-User) - re-install to fix dependencies?
... did apt-get update then apt-get -t unstable install ... lately it tried to remove sawfish-gnome by ... that but I tried to fix the dependencies many times ... (Debian-User) - Re: Gnome 2.10 going in to etch today
... I think the problem here comes from the way that aptitude marks things ... all it's dependencies that were automatically installed are ... Therefore if you install g-d-e and it pulls in everything for your GNOME ... you think about it) is to mark those packages that you use as MANUALLY ... (Debian-User) - Re: Linux Vs. FreeBSD
... >> has made a lot of effort towards making it easy to install. ... Debian's not a bad distro. ... although packages like this are few and far between. ... since the binary dependencies certainly wouldn't be any ... (comp.os.linux.misc) - RE: Anjuta 2.2
... page and start by looking at the dependencies they list. ... I spent several hours over the course of two days to complete the ... anjuta '.configure' step WITHOUT errors/warnings!! ... searching for the dependencies and install them in that order. ... (alt.os.linux.suse) |
|