View Single Post
Posts: 87 | Thanked: 26 times | Joined on Oct 2009
#23
Originally Posted by nux View Post
got it installed in LPR1.2 but will get error when launching application.

~ $ maeflight
Traceback (most recent call last):
File "/opt/maeflight/main.py", line 30, in <module>
from maeflight_ui import *
File "/opt/maeflight/maeflight_ui.py", line 10, in <module>
from PySide import QtCore, QtGui
ImportError: No module named PySide
I resolved my problem by replacing PySide to PyQt4 in line 10 in file /opt/maeflight/maeflight_ui.py
 

The Following 2 Users Say Thank You to nux For This Useful Post: