Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start pymakr on Linux #11

Open
maximeborges opened this issue Feb 23, 2017 · 3 comments
Open

Can't start pymakr on Linux #11

maximeborges opened this issue Feb 23, 2017 · 3 comments

Comments

@maximeborges
Copy link

When starting PyMakr on Archlinux (fully updated to date), I get this message:

Python 2.7.13
libpng warning: iCCP: known incorrect sRGB profile
Warning: translation file 'eric6_fr_FR'could not be loaded.
Using default.
BackgroundService listening on: 35163
Traceback (most recent call last):
  File "/usr/share/pymakr/modules/Utilities/BackgroundClient.py", line 193, in <module>
    backgroundClient.run()
  File "/usr/share/pymakr/modules/Utilities/BackgroundClient.py", line 178, in run
    'EXCEPTION', '?', [str(exctype), str(excval), tbinfo])
  File "/usr/share/pymakr/modules/Utilities/BackgroundClient.py", line 81, in __send
    self.connection.sendall(header)                                             
  File "/usr/lib/python2.7/socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 32] Broken pipe

And the application stop.
What can I do ?

@b4j4
Copy link

b4j4 commented Feb 24, 2017

Same here on Fedora 25.

pymkr

@jellium
Copy link

jellium commented Mar 19, 2017

Likewise when running /usr/local/bin/pymakr:

Warning: translation file 'qt_en_US'could not be loaded.
Using default.
Warning: translation file 'eric6_en_US'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
BackgroundService listening on: 33671
Error loading plug-in module: PluginFeedback
invalid syntax (urllib2.py, line 220)
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pymakr/Utilities/BackgroundClient.py", line 193, in <module>
    backgroundClient.run()
  File "/usr/lib/python3/dist-packages/pymakr/Utilities/BackgroundClient.py", line 178, in run
    'EXCEPTION', '?', [str(exctype), str(excval), tbinfo])
  File "/usr/lib/python3/dist-packages/pymakr/Utilities/BackgroundClient.py", line 81, in __send
    self.connection.sendall(header)
  File "/usr/lib/python2.7/socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 32] Broken pipe

@jellium
Copy link

jellium commented Mar 29, 2017

For what it's worth (i.e. it does not help solving the present issue), here is a post on the Pycom's forum stating the end of Pymakr as an IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants