tests/python/localaubio.py: improve error message about local aubio
authorPaul Brossier <piem@piem.org>
Thu, 15 May 2008 18:23:15 +0000 (20:23 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 15 May 2008 18:23:15 +0000 (20:23 +0200)
tests/python/localaubio.py

index ef156a536e497c303a6056277a110d854d5309d1..0eaac26937771b34686fcfead6ec466a3f4688be 100644 (file)
@@ -15,4 +15,9 @@ except ImportError:
   except ImportError:
     raise
 else:
-  raise ImportError, "Note: the aubio module could be imported without adding the source directory to your path."
+  raise ImportError, \
+    """
+    The aubio module could be imported BEFORE adding the source directory to
+    your path. Make sure you NO other version of the python aubio module is
+    installed on your system.
+    """