Hi I'm trying to run an ActiveX example I found online, but "import wx.lib.activex" is failing (
stack trace here)... It appears to fail on loading myole4ax which doesn't exist (at least there's nothing like this in C:\Python27\Lib\site-packages\wx\lib). Is there something else I'm supposed to do to generate this file? I read
here something about running a demo and playing asteroids, however I'm not sure where to find this demo or if it'll help my situation.
I'm running Python 2.7.3 via Enthought Distribution on Windows 7 (have tried both 32-bit/64-bit versions)
My wx is at version 2.8.10.1 and comtypes is at 0.6.2
All help much appreciated!