sg-wireless / Pymakr

Pymakr is a Python IDE based on eric and customized to offer a plug and play development experience with the WiPy, the LoPy and other modules from Pycom that run MicroPython.
https://www.pycom.io
Other
52 stars 13 forks source link

Can't start pymakr on Linux #11

Open maximeborges opened 7 years ago

maximeborges commented 7 years ago

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 commented 7 years ago

Same here on Fedora 25.

pymkr

jellium commented 7 years ago

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 commented 7 years ago

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.