Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
test ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
test ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
test ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
On 12/05/2010 4:51 PM, Mark Hammond wrote: test Oops - sorry about the noise :( One-of-the-risks-when-working-on-email-clients ly, Mark ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Bill Janssen
Mark Hammond mhamm...@skippinet.com.au wrote: See attached sample which works for me - be sure to place it in the same directory as the pipeTestService.py sample (win32/Demos/service). All right, I put it in a file called nativePipeTestService.py, in that directory, and tried it. Here's what

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Bill Janssen
Bill Janssen jans...@parc.com wrote: $ python nativePipeTestService.py start Starting service PyNativePipeTestService [] Error starting service: The service did not respond to the start or control request in a timely fashion. $ I rebooted and tried again, same result. Then I tried setting

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
On 13/05/2010 2:08 AM, Bill Janssen wrote: Bill Janssenjans...@parc.com wrote: $ python nativePipeTestService.py start Starting service PyNativePipeTestService [] Error starting service: The service did not respond to the start or control request in a timely fashion. $ I rebooted and tried

[python-win32] Windows Error 126 - PyVisa related??

2010-05-12 Thread Feist, Doug
Hi, Please excuse my ignorance as I am a user of just 2 weeks. I just received a new PC with XP 64-bit OS installed. I am having difficulties with running our applications and it appears to be PyVisa related. I have installed the following: Python 2.5.1 (due to our internal software apps

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Bill Janssen
Mark Hammond skippy.hamm...@gmail.com wrote: Execute 'python nativePipeTestService.py install' to install it, then start it as normal (ie, don't run it manually with no args). Yes, that's what I tried first. See my message 67901.1273677...@parc.com, just previous to the one you replied to. $

Re: [python-win32] Windows Error 126 - PyVisa related??

2010-05-12 Thread Tim Roberts
Feist, Doug wrote: Please excuse my ignorance as I am a user of just 2 weeks. I just received a new PC with XP 64-bit OS installed. I am having difficulties with running our applications and it appears to be PyVisa related. I have installed the following: Python 2.5.1 (due to our

Re: [python-win32] Running a Windows Python service without pythonservice.exe?

2010-05-12 Thread Mark Hammond
On 13/05/2010 9:25 AM, Bill Janssen wrote: Mark Hammondskippy.hamm...@gmail.com wrote: Execute 'python nativePipeTestService.py install' to install it, then start it as normal (ie, don't run it manually with no args). Yes, that's what I tried first. See my message