Import Error In Wxpython: Import Wx.animate On Windows7(64bit Os) With Python3.5.1 In Anaconda 4.2.0(32bit)
I am working on Windows7(64 bit OS) with Anaconda's python 3.5.1(32bit). I have installed wxPython for GUI. I keep getting the below import error ImportError: No module named 'wx.a
Solution 1:
The classes formerly in wx.animate
in wxPython Classic are now in wx.adv
in wxPython Phoenix. See https://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html#modules-which-have-moved
Post a Comment for "Import Error In Wxpython: Import Wx.animate On Windows7(64bit Os) With Python3.5.1 In Anaconda 4.2.0(32bit)"