On Oct 12, 1:34 pm, ronald brown wrote:
> I uzipped to python Lib directory and try to run sample prog got this
> error. What am I doing wrong?
At a guess, you're not reading the documentation.
You should add modules to Lib/site-packages, not directly to Lib/
itself. In Python 2.6+, you can also
I uzipped to python Lib directory and try to run sample prog got this
error. What am I doing wrong?
Traceback (most recent call last):
File "F:/Python25/Lib/MIDIUtil-0.87/a11", line 3, in
from midiutil.MidiFile import MIDIFile
ImportError: No module named midiutil.MidiFile
--
http://mail.p