NT Service and -OO option ???
From: Sylwia (lubowiecka_at_go2.pl)
Date: 05/04/04
- Next message: Michael Hudson: "Re: PEP 328 update"
- Previous message: Peter Maas: "Re: wxPython examples"
- Next in thread: Roger Upole: "Re: NT Service and -OO option ???"
- Reply: Roger Upole: "Re: NT Service and -OO option ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 May 2004 04:19:58 -0700
Hi!
I have the following problem and I need Your advice.
I implement Windows NT service using Mark Hammond's win32 extensions.
I have 3 files in my service's folder:
exampleservice.py
exampleservice.pyc
exampleservice.pyo
At the customer the companies usually want to deliver ONLY pyo files.
Thus the NT service written in Python should be able to run without
the exampleservice.py and the exampleservice.pyc files, but of course
after deletion of those 2 files, the start of the created
exampleservice fails.
Is it possible to start the winservice with the -OO option? If yes,
how can I do it?
Thank You in advance for any hints.
Best Regards,
Niki
- Next message: Michael Hudson: "Re: PEP 328 update"
- Previous message: Peter Maas: "Re: wxPython examples"
- Next in thread: Roger Upole: "Re: NT Service and -OO option ???"
- Reply: Roger Upole: "Re: NT Service and -OO option ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|