diff --git a/python/__init__.py b/python/__init__.py index 70a0681..979049b 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -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 # ----------------------------------------------------------------