[python-win32] service support in 2.6 isn't working

2008-12-30 Thread Gabriel Genellina
Hello I had some problems writting a service using Python 2.6 and pywin32 Build 212, and I eventually found that even the pipeTestService.py demo program doesn't work either. The service apparently installs fine, but refuses to start: C:\APPS\Python26\Lib\site-packages\win32\Demos\service>

Re: [python-win32] Welcome to the "python-win32" mailing list

2008-12-30 Thread Tim Roberts
Joshua Lim wrote: > Thanks Mike, it didn't occur to me that indentations are required. :o You may want to take some time to get comfortable with Python before making a change like this. Indentation is a fundamental part of Python syntax, replacing the { curly braces of C } and the begin/end of P

Re: [python-win32] Welcome to the "python-win32" mailing list

2008-12-30 Thread Joshua Lim
Thanks Mike, it didn't occur to me that indentations are required. :o C:\Python25\pyrad\example>c:\python25\python server.pyTraceback (most recent call last): File "server.py", line 3, in from pyrad import dictionary, packet, server File "C:\Python25\pyrad\example\server.py", line 259,

Re: [python-win32] DDE: python server/excel client - pass array?

2008-12-30 Thread bob gailer
Why oh why are you using DDE when there are newer and better ways??? -- Bob Gailer Chapel Hill NC 919-636-4239 ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Pythonwin starts, displays main window, interactive window 'frame', then exits

2008-12-30 Thread Matthias Ekman
do you suggest to update to build 212? ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32