Changeset 92c70f6 for tests/python


Ignore:
Timestamp:
May 15, 2008, 8:23:15 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
cf2f1b8
Parents:
9bfecce3
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/python/localaubio.py

    r9bfecce3 r92c70f6  
    1616    raise
    1717else:
    18   raise ImportError, "Note: the aubio module could be imported without adding the source directory to your path."
     18  raise ImportError, \
     19    """
     20    The aubio module could be imported BEFORE adding the source directory to
     21    your path. Make sure you NO other version of the python aubio module is
     22    installed on your system.
     23    """
Note: See TracChangeset for help on using the changeset viewer.