missing module

After installing matplotlib (matplotlib-0.90.1.win32-py2.5.exe) on Windows XP, the command "from pylab import *" results in an error message complaining that the file "_agg" is missing. Indeed there is no file "_agg.py" in the distribution, although a file "_agg.pyd" exists. Can anyone suggest how to solve this problem?