I faced this issue yesterday. I saw the following questions:
No module named pylab
python error: no module named pylab
Both of the above questions gave instructions for Linux and not for Windows machines.
The Problem
I have heard about the pylab package for plotting in python.
I opened the shell and tried this and...
>>> import pylab
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pylab
ImportError: No module named pylab
I then installed matplotlib and scipy but could not find the .exe file for numpy.
So, could someone
Please help me with installing pylab for python 2.7.