Fora

POL won\'t run in Slackware 12.1

Autor Odpowiedzi
gtludwig Saturday 17 May 2008 at 17:43
gtludwigAnonymous

Hi guys,

First post here!

I'm trying to get this working in Slackware 12.1 with KDE 3.5.9. I just build from source wxWidgets-2.7.8 (which should include wxPython and wxversion). I have wine-1.0-rc1 and python-2.5.

But I get this as return:

gtl@omicron:~/Desktop/playonlinux$ ./playonlinux
PlayOnLinux v2.7.2

Checking python : [ Ok ]
which: no cabextract in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/qt/bin:/usr/share/texmf/bin:.)
which: no lzma in (/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/qt/bin:/usr/share/texmf/bin:.)
Traceback (most recent call last):
File "/home/gtl/Desktop/playonlinux/python/message.py", line 24, in <module>
import wx
File "/usr/local/src/Development/wxPython-PACKAGE/layout/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module>
File "/usr/local/src/Development/wxPython-PACKAGE/layout/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 4, in <module>
ImportError: libwx_gtk2u_richtext-2.8.so.0: cannot open shared object file: No such file or directory


Any ideas? Thanks in advance!
Ghostofkendo Saturday 17 May 2008 at 20:23
Ghostofkendo

Hi gtludwig,

The following dependencies are lacking in your system:
- cabextract
- lzma

Install them and try again. It should work better.

Bye
gtludwig Saturday 17 May 2008 at 20:23
gtludwigAnonymous

Got it working thanks to irc chat help!
I installed sxgtk-2.8, lzma, cabextract and got it done

Thanks, guys!