Modify error msg so it asks for scipy and numpy

This commit is contained in:
Nick Foster
2012-06-13 20:08:56 -07:00
parent 91d6c991f0
commit 90145c5bac

View File

@@ -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
# ----------------------------------------------------------------