In my linux build, the python c folder is in
/usr/lib I downloaded: wxPython-src-2.8.8.0.tar.bz2 unpacked, then I just do
./configure make make install but when you try to do it after installation in python:
import wx I have an error:
.... File "<stdin>", line 1, in 1 ImportError: No module named wx I haven’t put anything out of the source code for a long time and is not very strong in Linux, but as far as I remember, you need to specify --prefix='путь' for ./configure but what is the path? or somehow it is done