On Nov 28, 1:59 pm, Nikola Skoric <[EMAIL PROTECTED]> wrote:
> Dana Mon, 26 Nov 2007 08:50:23 -0800 (PST),
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> kaze:
>
> > Sorry I didn't reply sooner. If you're creating a service based on a
> > Python file, check out the following links in addition to the book
Dana Mon, 26 Nov 2007 08:50:23 -0800 (PST),
[EMAIL PROTECTED] <[EMAIL PROTECTED]> kaze:
> Sorry I didn't reply sooner. If you're creating a service based on a
> Python file, check out the following links in addition to the book
> Wolfgang mentioned:
>
> http://agiletesting.blogspot.com/2005/09/run
On Nov 25, 5:11 pm, Nikola Skoric <[EMAIL PROTECTED]> wrote:
> Dana Sun, 25 Nov 2007 13:52:35 -0800 (PST),
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> kaze:
>
> > Looks like Microsoft thinks you mis-spelled it.
>
> >http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/w...
>
> > I would
Dana Sun, 25 Nov 2007 13:52:35 -0800 (PST),
[EMAIL PROTECTED] <[EMAIL PROTECTED]> kaze:
> Looks like Microsoft thinks you mis-spelled it.
>
> http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/w2000Msgs/3310.mspx?mfr=true
>
> I would check and see if that service is installed on y
On Nov 25, 2:40 pm, Nikola Skoric <[EMAIL PROTECTED]> wrote:
> I have a very simple win32serviceutil script:
> import win32serviceutil, time
>
> win32serviceutil.StartService("burek", "localhost")
>
> time.sleep(10)
>
> exit()
>
> It successfuly imports win32serviceutil, and chokes on StartService:
I have a very simple win32serviceutil script:
import win32serviceutil, time
win32serviceutil.StartService("burek", "localhost")
time.sleep(10)
exit()
It successfuly imports win32serviceutil, and chokes on StartService:
Traceback (most recent call last):
File "foobar.py", line 3, in ?
win3