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.animate'
import wx
is working fine.
import wx
wx.version()
gives
'3.0.3.dev2752+8304ec1 msw (phoenix)''
I have installed wxPython from
https://wxpython.org/Phoenix/snapshot-builds/
the version is,
wxPython_Phoenix-3.0.3.dev2752+8304ec1-cp35-cp35m-win32.whl
I have checked the path and don't see any problem there..
Can anyone guide me on where this is going wrong?
Thanks.