Hi,
I have just installed "wxPython3.0.2.0 " on the latest python2.7.x (python-2.7.9) and then installed the wxPython3.0-win32-docs-demos.exe
to run the demos of WXPython. I tried the pyPlot demo, but this demo crashes with this error message.
python “G:\wxPython3.0 Docs and Demos\demo\PyPlot.py”
Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)]
wx.version: 3.0.2.0 msw (classic)
Traceback (most recent call last):
File “G:\wxPython3.0 Docs and Demos\demo\PyPlot.py”, line 34, in OnButton
win = wx.lib.plot.TestFrame(self, -1, "PlotCanvas Demo")
File “G:\Python64\lib\site-packages\wx-3.0-msw\wx\lib\plot.py”, line 2309, in init
self.client = PlotCanvas(self)
File “G:\Python64\lib\site-packages\wx-3.0-msw\wx\lib\plot.py”, line 599, in init
self.GrabHandCursor = wx.Cursor(GrabHand.GetImage())
File “G:\Python64\lib\site-packages\wx-3.0-msw\wx_gdi.py”, line 1547, in init
_gdi_.Cursor_swiginit(self,_gdi_.new_Cursor(*args, **kwargs))
TypeError: Required argument ‘type’ (pos 2) not found
I wonder if any one can help me to resolve this problem to let this demo work. Or if you know any compatible version between wxpython and python, at least for this demo?
Thanks
Masoud