Source: stackoverflow.com --- Wednesday, October 04, 2017
I am trying to use the MatPlotLib library on Windows 7, and to that end I am using Enthought Canopy to make the installation process simpler. However, upon importing Pylab with import pylab , I get "ImportError: No module named 'PySide'". As I understand, PySide is provided with Canopy, thus I don't understand why can't it find it? On the package list of Canopy there is no PySide, and I can't import it. How do I tell the interpreter to use PySide provided with Canopy, and if I can't, how else do I use MatPlotLib? ...
from Windows http://ift.tt/2hOxBzA
No comments:
Post a Comment