问题:使用from pylab import *时出错:ImportError: No module named pylab
解决:未安装matplotlib模块
方法:
sudo apt-get install python-matplotlib
注:网上还有说需要安装python-numpy和python-scipy的
参考:http://www.lxway.com/169148224.htm
问题:使用from pylab import *时出错:ImportError: No module named pylab
解决:未安装matplotlib模块
方法:
sudo apt-get install python-matplotlib
注:网上还有说需要安装python-numpy和python-scipy的
参考:http://www.lxway.com/169148224.htm