Im sorry to ask this question again. I have searched and found endles repeats of it both on stackoverflow and also on general google search. Unfortunatly I just cant get my
I too face the same problem, I like to share which I was faced so it can be helpful for anyone. In my case I have installed both python2. 7 and python3, and tested the application in python3 after some analysis I used
pip show wxpython-common
to find the location of wx which was in
/usr/lib/python2.7/dist-packages
so i understood in my case wx will work only in python2.7 environment