[python-win32] Windows service using py2exe

2012-05-14 Thread Antony Joseph
Hi all, I converted my python project to a service. When using the usual options of install and start/stop, everything works correctly. When I compile the project using py2exe, test.exe install Installing service test test.exe start Starting service test - But it not actually get started

Re: [python-win32] Windows service using py2exe

2012-05-14 Thread Harald Armin Massa[legacy]
Antony, C:\Documents and Settings\admin\Desktoptest.exe debug Debugging service Test - press Ctrl+C to stop. Traceback (most recent call last):  File boot_service.py, line 185, in module  File win32serviceutil.pyc, line 611, in HandleCommandLine  File win32serviceutil.pyc, line 447, in

Re: [python-win32] calling a dll after python 2.3 pywin32-208

2012-05-14 Thread Mark Hammond
[re-adding python-win32 - please keep replies on list] On 14/05/2012 10:39 PM, EdShallow wrote: Hi Mark, Python 2.3 with pywin32-208 works. The error I receive reads Object through and exception at line 3. How do you get that error? You say my dll throws an exception immediately upon

Re: [python-win32] calling a dll after python 2.3 pywin32-208

2012-05-14 Thread EdShallow
Thanks Mark, I will get you the details you request later today. Thanks for the help. Ed On Mon, May 14, 2012 at 8:50 AM, Mark Hammond mhamm...@skippinet.com.auwrote: [re-adding python-win32 - please keep replies on list] On 14/05/2012 10:39 PM, EdShallow wrote: Hi Mark, Python