Re: [python-win32] PythonWin

2008-11-14 Thread bikash . sherchan
Thanks everybody, I have decided to downgrade to python 2.5 and try that. I will of course share my experience later how it works. thank you all again and wish you all a nice weekend. Bikash On 11/13/08, Tim Roberts <[EMAIL PROTECTED]> wrote: > > Harald Armin Massa wrote: > > Maybe, just ma

[python-win32] win32com and DispatchWithEvents()

2008-11-14 Thread Ryan Neve
I posted this on comp.lang.python. but it has been pointed out to me that this is a better place to ask. I'm trying to get DispatchWithEvents() to work with HyperAccess (terminal program) without much success. This works but doesn't handle the "Event Driven Functions": haObj = win32com.client.Di

Re: [python-win32] win32com and DispatchWithEvents()

2008-11-14 Thread Mark Hammond
> haObj = win32com.client.DispatchWithEvents("HAWin32", HAEvents) > It fails with the error message: > "TypeError: This COM object can not automate the makepy process - please > run makepy manually for this object" At this point, all you need to do is execute makepy, then select the typelib fo

[python-win32] Scary message when opening the Interpreter

2008-11-14 Thread Echavarria Gregory, Maria Angelica
Hello group! I'm a new member, I hope to be of help some time! As today, I have troubles, hope you can solve them: When I open my Python interpreter, this is appearing instead of the command arrows (>>>): File "boot_com_servers.py", line 21, in File "C:\Python25\lib\site-packages\pythonco

Re: [python-win32] Scary message when opening the Interpreter

2008-11-14 Thread Tim Roberts
Echavarria Gregory, Maria Angelica wrote: > Hello group! I'm a new member, I hope to be of help some time! As today, I > have troubles, hope you can solve them: > > When I open my Python interpreter, this is appearing instead of the command > arrows (>>>): > > File "boot_com_servers.py", line 21