MakeActiveXClass default_source problem

Hi all,

I am trying to create an activex object to use in my wxpython frame
I have done this multiple times for flash, ie, windows media player, etc. using wxpythons MakeActiveXClass
It usually works beautifully.
However this time, when i tried to create an activex object,
i get an error, telling me that my class has no attribute 'default_source'

Does anyone have an idea on a simple workaround
Or am i stuck?

Thanks for any help out there
jojoba

matt sib wrote:

Hi all,

I am trying to create an activex object to use in my wxpython frame
I have done this multiple times for flash, ie, windows media player, etc. using wxpythons MakeActiveXClass
It usually works beautifully.
However this time, when i tried to create an activex object,
i get an error, telling me that my class has no attribute 'default_source'

Does anyone have an idea on a simple workaround
Or am i stuck?

I don't think I've heard of this before. Where is the exception being raised from? I think I would take a closer look at that code and see if you can figure what it is expecting and how to provide it.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!