Anybody else have a problem with importing pylab? I am on lecture 17 and when I run the program from the handout it keeps telling me there is no module named pylab :(
did you install matplotlib?
no, I am looking at that now but not quite sure I understand how too, starting to wonder how I go this far along in the class.
Ok nevermind got pylab installed, however now I need numpy apparently as that module doesnt exist, this is getting fun
now I have numpy, however when I run pylab now it gives me an importerror: DLL load failed with error code 193
I found this, don't know if it will help: http://matplotlib.sourceforge.net/faq/troubleshooting_faq.html
TheRevolution: be sure you install the right version of the package between the 32 bit and 64 bit. Your error might be caused from that.
It was the 64 bit, for some reason I thought that was the computer I was using. However now I have another problem: ImportError: DLL load failed: The specified module could not be found. This is starting to get annoying.
ok, it looks like you are missing a module. you should post the entire traceback that appears on the shell when you try to load the package - the crucial informations on *what* is wrong should be in what is printed just before the ImportError.
Join our real-time social learning platform and learn together with your friends!