There's currently a bug in win32service.QueryServiceConfig.
Dependencies are returned as a single string containing only
the first dependency. I'm planning on changing it to return the
dependencies as a list of unicode strings.
Unfortunately, this will break code that's using that one dependency.
can sites be manipulated within a service? I tried to use
site.addsitedir to add the correct eggs to my project but that failed
Jose
> Original Message
> Subject: Re: [python-win32] eggs and pythonservices
> From: "Norm Petterson" <[EMAIL PROTECTED]>
> Date: Mon, March 12, 2007
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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 includi
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 winservic
After a hiatus of about 18 months, I've finally done a bit of work on my
active_directory module. There's nothing too radical, but I hope I've
made things a bit easier for some people. Treat this release as a bit
experimental, but it is functioning ok for me.
One area I'm very weak in is multip