From 92c70f602c2fcbcffc26b52d2fe4b6bbb8a162e5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 15 May 2008 20:23:15 +0200 Subject: [PATCH] tests/python/localaubio.py: improve error message about local aubio --- tests/python/localaubio.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. + """ -- 2.26.2