bgr / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
1 stars 1 forks source link

Diatonic example in docs doesn't work #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Are the docs out of date, or is the codebase?  I have latest 0.5.0.

• [cubase:~/src/git/django/guitar_practice] antony (master) $ pip show mingus

---
Name: mingus
Version: 0.5.0
Location: /home/antony/.virtualenvs/default/lib/python2.7/site-packages
Requires: 
• [cubase:~/src/git/django/guitar_practice] antony (master) $ python
Python 2.7.7rc1 (default, May 21 2014, 11:15:30) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mingus.core.diatonic as diatonic
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named diatonic
>>> 

Original issue reported on code.google.com by antony.g...@gmail.com on 21 Mar 2015 at 8:44