[python-win32] Failure in calling ie.document.body.getElementsByTagName('div')

2015-03-07 Thread Johannes Frank
Hello Mark, hello everyone, I just wanted to report that the following error occurs: Traceback (most recent call last): File C:\Python27\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py, line 326, in RunScript exec codeObject in __main__.__dict__ File

Re: [python-win32] pythonwin not catching all events

2013-02-07 Thread Johannes Frank
or python 3 as long as I do get all events. Thank you for your audience. Kind regards Johannes Frank 2013/2/6 Johannes Frank jmfran...@gmail.com Hello Newsgroup, I am currently programming ProgeCAD an AutoCAD Clone and having difficulties catching all events. My code: import win32com.client

Re: [python-win32] pythonwin not catching all events

2013-02-07 Thread Johannes Frank
on how to supply a patch I'll be glad do this. Now it runs, but the behaviour didn't change: No events without focus. I am starting to run out of ideas. :-( Kind regards Johannes Frank 2013/2/6 Johannes Frank jmfran...@gmail.com Hello Newsgroup, I am currently programming ProgeCAD an AutoCAD

[python-win32] pythonwin not catching all events

2013-02-06 Thread Johannes Frank
to python so if anyone could give me a starting hand for threading I'll be glad. Any other suggestions are also welcome. Thank you for your audience. Kind regards Johannes Frank -- Dipl.-Ing. (FH) Johannes-Maria Frank Bildungsberater Königsberger-Str. 19b 76139 Karlsruhe Tel. +49(170) 3833849

[python-win32] python win32com design question

2013-01-29 Thread Johannes Frank
Hello, I am currently working with win32com to access ProgeCAD (an AutoCAD Clone) Excel and PDFCreator. Using comobj = win32com.client.Dispatch('xxx') gives me an object through which I can access the COM interface and thus the underlying program. Within my program I have to pass this object

[python-win32] VARIANT parameter

2012-10-12 Thread Johannes Frank
Hello, I am trying to access an AutoCAD clone, intellicad, via win32com. I managed to access, but now I am stuck. AutoCAD as well as Intellicad want filterType=VARIANT(pythoncom.VT_ARRAY,[0]) filterData=VARIANT(pythoncom.VT_ARRAY,['LINE']) dwg.ActiveSpace =