SparkyLinux Forums

Software & hardware support => Applications => Topic started by: BluPhenix316 on July 10, 2014, 04:28:52 PM

Title: PlayOnLinux
Post by: BluPhenix316 on July 10, 2014, 04:28:52 PM
Hey guys, I just recently installed Sparkylinux 3.4 Gameover edition. I'm really liking it so far. I ran into a problem with PlayOnLinux though. It doesn't start.
ImportError: No module named irc
Looking for python... 2.7.7 - selected
Traceback (most recent call last):
  File "mainwindow.py", line 38, in <module>
    import irc as ircgui
ImportError: No module named irc
Looking for python... 2.7.7 - selected
Traceback (most recent call last):
  File "mainwindow.py", line 38, in <module>
    import irc as ircgui
ImportError: No module named irc
Looking for python... 2.7.7 - selected
^CTraceback (most recent call last):
  File "mainwindow.py", line 34, in <module>
    import wx, wx.aui
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module>
    from wx._core import *
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14824, in <module>
    from _controls import *
  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_controls.py", line 4, in <module>
    import _controls_
KeyboardInterrupt

This is what I get. It repeats over and over.

EDIT: I'm sorry, I figured out how to get it working. I installed python-irc and it launched immediately
Title: Re: PlayOnLinux
Post by: pavroo on July 10, 2014, 06:36:52 PM
Thank's for letting me know that.