I've been trying to install wxPython in Python27.
I typed below command in Python27 dir, and installed it.
pip install wxPython
I expected the wxPython would be installed in Python27.
But, the wxPython doesn't work in Python27.
When I tried to import the wx, I got below error.
On the other hand, it works for Python3.
How could I get proper wxPython version for Python27?
The installed wx version is this.
This is the result of the command python -m pip install wxPython.




the wxPython doesn't workis there any error raised?c:\[Python 2.7 Folder]\python -m pip install wxPythonpip install wxPythoncommand.