Modify error msg so it asks for scipy and numpy
This commit is contained in:
@@ -61,7 +61,7 @@ try:
|
||||
from modes_flightgear import modes_flightgear
|
||||
from Quaternion import *
|
||||
except ImportError:
|
||||
print "gr-air-modes warning: numpy not installed, FlightGear interface not supported"
|
||||
print "gr-air-modes warning: numpy+scipy not installed, FlightGear interface not supported"
|
||||
pass
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user