python crash when loading pylab

When i run my script, python crashes on string:

from pylab import *

While tracing the error i’ve found that the problem is in _path.pyd
Here is the problem string in file transforms.py:
from matplotlib._path import affine_transform

I’ve checked if _path.pyd is missing some libs and i saw that msvcp90.dll and msvcr90.dll are missing.

But copying them tp mpl folder didn’t help ;(

I’m using WinXP SP3, VS2008, Python 2.6.3, NumPy 1.3.0, SciPy 0.7.1,

MatPlotLib matplotlib-0.99.1
Also i’m attaching windows log on this error

4d8f_appcompat.txt (12.6 KB)