Code: Select all
#pyslsk
Can not find wxPython modules. Either wxPython is not
installed, or it's not in Python's module search path (it could be built
for a different version of python interpreter for example).any ideas?
Code: Select all
#pyslsk
Can not find wxPython modules. Either wxPython is not
installed, or it's not in Python's module search path (it could be built
for a different version of python interpreter for example).
Code: Select all
python
import wxPython
Code: Select all
# emerge wxPythonCode: Select all
import
wxPythonCode: Select all
>>> import wxPython
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/wxPython/__init__.py", line 20, in ?
import wxc
ImportError: libwx_gtk2u-2.4.so: cannot open shared object file: No such file or directory
>>> Code: Select all
emerge wxGTK
emerge pyslsk


Code: Select all
Can not find wxPython modules. Either wxPython is not
installed, or it's not in Python's module search path (it could be built
for a different version of python interpreter for example). The current
search path is
['/usr/bin', '/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages', '/usr/lib/portage/pym']Not if you add dev-python/wxpython -gtk2 to your /etc/portage/package.use filesoya wrote:USE="-static" emerge gtk+ && emerge wxGTK wxpython should do it.
Also USE="-gtk2 -unicode" shoudl help, but you will be forced tyo use the old ugly gtk instead of gtk2