how to pip install wxpython on python2.7 instead of python3 code example
Example 1: installing wxpython on windows 10
pip install -U wxPython
Example 2: python install wx
pip install wxPython
pip install -U wxPython
pip install wxPython