This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
running pypilot_scope on openplotter 2.0
#1
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
Reply
#2
sudo apt install python-wxgtk3.0-dev

Does this help?
Reply
#3
(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.
Reply
#4
sudo pip install pyglet pywavefront

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


Forum Jump:


Users browsing this thread: 1 Guest(s)