From 90145c5bacb42c0b665e888bdec74f87efd63d4a Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 13 Jun 2012 20:08:56 -0700 Subject: [PATCH] Modify error msg so it asks for scipy and numpy --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ----------------------------------------------------------------