projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfecce
)
tests/python/localaubio.py: improve error message about local aubio
author
Paul Brossier
<piem@piem.org>
Thu, 15 May 2008 18:23:15 +0000
(20:23 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 15 May 2008 18:23:15 +0000
(20:23 +0200)
tests/python/localaubio.py
patch
|
blob
|
history
diff --git
a/tests/python/localaubio.py
b/tests/python/localaubio.py
index ef156a536e497c303a6056277a110d854d5309d1..0eaac26937771b34686fcfead6ec466a3f4688be 100644
(file)
--- 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.
+ """