OpenMarine
running pypilot_scope on openplotter 2.0 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: running pypilot_scope on openplotter 2.0 (/showthread.php?tid=2762)



running pypilot_scope on openplotter 2.0 - ironman - 2020-07-16

I'm getting ImportErrors running pypilot_scope en pypilot_calibration on openplotter 2.0 image (2020-03-24). I've tried the dependencies in https://github.com/pypilot/pypilot/blob/master/README to no avail; don't want to mess up my image too much. So what should I install more?

Thx...


Code:
pi@openplotter:~ $ pypilot_scope
Traceback (most recent call last):
  File "/usr/local/bin/pypilot_scope", line 11, in <module>
    load_entry_point('pypilot==0.16', 'console_scripts', 'pypilot_scope')()
[...]
  File "/usr/local/lib/python2.7/dist-packages/pypilot-0.16-py2.7-linux-armv7l.egg/pypilot/ui/scope_wx.py", line 11, in <module>
    from OpenGL.GL import *
ImportError: No module named wx



RE: running pypilot_scope on openplotter 2.0 - seandepagnier - 2020-07-16

sudo apt install python-wxgtk3.0-dev

Does this help?


RE: running pypilot_scope on openplotter 2.0 - ironman - 2020-07-17

(2020-07-16, 09:31 PM)seandepagnier Wrote: sudo apt install python-wxgtk3.0-dev

Does this help?

Now it says ImportError: No module named OpenGL.GL for pypilot_scope and No module named OpenGL.GLUT for pypilot_calibration.


RE: running pypilot_scope on openplotter 2.0 - seandepagnier - 2020-07-18

sudo pip install pyglet pywavefront

It's in the README:
https://github.com/pypilot/pypilot