Python ImportError: No module named wx
Python ImportError: No module named wx
Ubuntu:
sudo apt-get install python-wxtools
Windows:
-
Go to
C:Python27Libsite-packages
find the folderwx-<version>-msw
or similar -
Move the
wx
from the above folder toC:Python27Libsite-packages
Python ImportError: No module named wx
For Windows and MacOS, Simply install it with pip
pip install -U wxPython
Reference: Official site