shithub: aubio

Download patch

ref: 92c70f602c2fcbcffc26b52d2fe4b6bbb8a162e5
parent: 9bfecce3969604d57b4ec90e138c675b67e75221
author: Paul Brossier <piem@piem.org>
date: Thu May 15 16:23:15 EDT 2008

tests/python/localaubio.py: improve error message about local aubio

--- a/tests/python/localaubio.py
+++ b/tests/python/localaubio.py
@@ -15,4 +15,9 @@
   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.
+    """