[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 =

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 for your

[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 module File

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, in module