Solution to pylab import problem

The problem was exposed by running python –c “import
pylab” from the command shell.

A message box indicated that msvcp71.dll was missing.

I copied this file to my python25 folder and it fixed the
problem. Note – it didn’t help to copy the missing file to the
windows\system32 folder or even to regsvr32 it.

Andre de Fortier Smit