Changeset 92c70f6
- Timestamp:
- May 15, 2008, 8:23:15 PM (17 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/localaubio.py
r9bfecce3 r92c70f6 16 16 raise 17 17 else: 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.