I am working with PyBrain and in the documentation it uses PyLab... I try importing PyLab and that works, however when I try using any of the modules in it python returns an error.
>>> import pylab
>>> dir(pylab)
['__author__', '__builtins__', '__doc__', '__email__', '__file__', '__name__', '__package__', '__path__', '__version__']
>>>
PyLab appears to be installed correctly but it doesn't have any contents.