From: Paul Brossier Date: Thu, 15 May 2008 18:23:15 +0000 (+0200) Subject: tests/python/localaubio.py: improve error message about local aubio X-Git-Tag: bzr2git~390 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92c70f602c2fcbcffc26b52d2fe4b6bbb8a162e5;p=aubio.git tests/python/localaubio.py: improve error message about local aubio --- diff --git a/tests/python/localaubio.py b/tests/python/localaubio.py index ef156a53..0eaac269 100644 --- a/tests/python/localaubio.py +++ b/tests/python/localaubio.py @@ -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. + """