Error while installing wxPython package in a non-standard path
"ImportError: libwx_gtk2u_xrc-2.9.so.1: cannot open shared object file: No such file or directory".
Can someone please tell me if I need to build gtk separately? And if yes, how do I go about doing it?
Add the directory containing the library given in the error to your ld search paths. See the ldconfig(8)
man page for details.
精彩评论