S.V.
2014-05-22 22:21:10 UTC
Hi,
Just installed this wx phoenix package from one of the latest builds using
the provided .whl file.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\Python34\lib\site-packages\wx\lib\activex.py",
line 60, in <module>
class ActiveXCtrl(wx.PyAxBaseWindow):
AttributeError: 'module' object has no attribute 'PyAxBaseWindow'
I am trying to dispatch an activex control that requires a full container.
I am on Win64, Python 3.4 (64bit)
I can't find any references to "PyAxBaseWindow" anywhere in phoenix code
base, if you guys have any tips on how to successfully import activex, I
would appreciate it.
The import of "activexwrapper" by itself succeeds, but I'm not sure what to
do with it. Judging by documentation, I need "activex".
If anyone has an example code of how to properly dispatch an activex
control, it would be awesome. I only know the "progid" and "clsid".
Thanks!
Just installed this wx phoenix package from one of the latest builds using
the provided .whl file.
from wx.lib import activex, activexwrapper
# Generating comtypes (3 more lines here - I removed them)Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\Python34\lib\site-packages\wx\lib\activex.py",
line 60, in <module>
class ActiveXCtrl(wx.PyAxBaseWindow):
AttributeError: 'module' object has no attribute 'PyAxBaseWindow'
I am trying to dispatch an activex control that requires a full container.
I am on Win64, Python 3.4 (64bit)
I can't find any references to "PyAxBaseWindow" anywhere in phoenix code
base, if you guys have any tips on how to successfully import activex, I
would appreciate it.
The import of "activexwrapper" by itself succeeds, but I'm not sure what to
do with it. Judging by documentation, I need "activex".
If anyone has an example code of how to properly dispatch an activex
control, it would be awesome. I only know the "progid" and "clsid".
Thanks!
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.