Fora

Playonlinux python problem

Autor Odpowiedzi
MyWorld Monday 4 March 2013 at 13:53
MyWorldAnonymous

Hello there, this is the first time I'm stuck trying to figure out exactly how to work around an error I keep getting for the last week or so.

The error:

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "/usr/share/playonlinux/python/gui_server.py", line 108, in run
    self.connection, self.addr = self.acceptor.accept()
  File "/usr/lib/python2.7/socket.py", line 202, in accept
    sock, addr = self._sock.accept()
error: [Errno 4] Interrupted system call
.
.
.
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
  File "mainwindow.py", line 111, in run
    self.real_check()
  File "mainwindow.py", line 69, in real_check
    self.WebVersion = self.LastVersion()
  File "mainwindow.py", line 66, in LastVersion
    return os.popen(os.environ["POL_WGET"]+' "'+os.environ["SITE"]+'/'+fichier_online+'.php?v='+os.environ["VERSION"]+'" -T 30 -O-','r').read()
IOError: [Errno 4] Interrupted system call


I cannot launch any program from the menu, but I can "hack" my way around the error.

- Start application (nothing happens)
- Ctrl+c 2 or 3 times and then application launches with one error:

[0304/145007:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8


Can someone please help me get this sorted?

Thank you in advance!
:D
petch Monday 4 March 2013 at 18:56
petch


Looks like bug report #1687: http://www.playonlinux.com/en/issue-1687.html
MyWorld Monday 4 March 2013 at 19:50
MyWorldAnonymous

Thank you, and yes, it seems it is related to the same bug.