Changeset a9f1656 for tests/python/localaubio.py
- Timestamp:
- Oct 8, 2009, 1:19:48 AM (15 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:
- db62622
- Parents:
- 3c18f9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/localaubio.py
r3c18f9e ra9f1656 12 12 sys.path.append(os.path.join(cur_dir,'..','..','python')) 13 13 # waf places 14 sys.path.append(os.path.join(cur_dir,'..','..','python','aubio')) 14 15 sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs')) 16 # autotools places 15 17 sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig')) 16 # autotools places17 18 sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'python','aubio')) 18 try: 19 from aubiowrapper import * 20 except ImportError: 21 from aubio.aubiowrapper import * 19 from aubiowrapper import * 22 20 except ImportError: 23 21 raise … … 29 27 installed on your system. 30 28 """ 29 30 from template import *
Note: See TracChangeset
for help on using the changeset viewer.