wxPython activexwrapper_IE installer

Darrell news at dorb.com
Sat Jan 27 17:20:01 EST 2001


Tried to use Gordon's installer with the wxPython demo activeXwrapper_IE
I'm stuck on this exception.
Any ideas?

Traceback (most recent call last):
  File "iep.py", line 184, in ?
    frame = TestFrame()
  File "iep.py", line 175, in __init__
    self.tp = TestPanel(self, sys.stdout, self)
  File "iep.py", line 41, in __init__
    self.ie = theClass(self, -1, style=wxSUNKEN_BORDER)
  File "d:\python20\wxpython\lib\activexwrapper.py", line 106, in
axw__init__
    self._eventBase.__init__(self, self._dispobj_)
  File "win32com\gen_py\EAB22AC0-30C1-11CF-A7EB-0000C05BAE0Bx0x1x1.py", line
310
, in __init__
    cookie=cp.Advise(win32com.server.util.wrap(self,
usePolicy=EventHandlerPolicy))
ValueError: argument is not a COM object

This is for a tool to run on an intranet.
The idea being much of the main app runs on the server.
But provide a client side interface with the advantages of HTML and
wxPython.

Thanks
--Darrell





More information about the Python-list mailing list