Das Forum

How to get POL to work on Puppy Linux?

Pupy Linux 5.2.8

Autor Antworten
wacossusca34 Sunday 13 November 2011 at 23:32
wacossusca34Anonymous

Okay, I own a small organization, and many of my admins use windows... Which I obviously hate. I want to be able to play some games the POL supports.

So... I use Puppy Linux. It's on of my favorites, so don't go rambling on telling me I shouldn't be using it for games. It's stable, and faster than the other distros I've used, so I'm sticking with it.

However, I can't get POL to work on puppy. I installed python from the package manager, then got the following errors

Traceback (most recent call last):
  File "mainwindow.py", line 30, in <module>
    import wx
ImportError: No module named wx
Traceback (most recent call last):
  File "mainwindow.py", line 30, in <module>
    import wx
ImportError: No module named wx
/root/playonlinux/playonlinux: line 60: python2.5: command not found
Script completed hit RETURN to close window.







I'm not familiar with python, I only code a little in Java and HTML, so I can't go much further but to ask someone else.

I see it's trying to import a module that doesn't exist. Is there a way I can add this library manually? How would I do that?

I looked at the list of my modules in the terminal via the 'python' command. There appears to be no wx module, so It's not like it's not registering.

Any help is appreciated.
Quentin PÂRIS Monday 14 November 2011 at 6:50
Quentin PÂRISAnonymous

Yes, you need to install wxpython