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 wrote:
> [re-adding python-win32 - please keep replies on list]
>
>
> On 14/05/2012 10:39 PM, EdShallow wrote:
>
>> Hi Mark,
>>
>> Python 2.3 with pywin3
[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 up
Antony,
> C:\Documents and Settings\admin\Desktop>test.exe debug
> Debugging service Test - press Ctrl+C to stop.
> Traceback (most recent call last):
> File "boot_service.py", line 185, in
> File "win32serviceutil.pyc", line 611, in HandleCommandLine
> File "win32serviceutil.pyc", line 447, i
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
Wh