[python-win32] pywin32 services
Vernon Cole
vernondcole at gmail.com
Mon Jul 19 17:24:32 CEST 2010
Well, you get that specific error from something like:
>>> list1 = ['this is a','list']
>>> anError = list1[2]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IndexError: list index out of range
What does the code look like at hqmonitor.py line 220?
--
VC
On Mon, Jul 19, 2010 at 6:50 AM, Michael Mileusnich
<justmike2000 at gmail.com>wrote:
> Hello,
>
> I am trying to run my app as a windows service however I run
> into the following problem:
>
> Traceback (most recent call last):
> File "hqmonitor.py", line 220, in<module>
> File "win32serviceutil.pyc", line 528, in HandleCommandLine
> File "win32serviceutil.pyc", line 468, in GetServiceClassString
> IndexError: list index out of range
>
> Can anybody shed some light on this?
>
> Python 2.6 Windows XP SP2
>
> Thanks
> Mike Miles
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100719/bc282be6/attachment.html>
More information about the python-win32
mailing list