Which libraries for Python 2.5.2

Ian Kelly ian.g.kelly at gmail.com
Tue Dec 27 21:27:49 EST 2011


On Tue, Dec 27, 2011 at 6:21 PM, W. eWatson <wolftracks at invalid.com> wrote:
> Well, it found several problems. These DLLs
> MSVCP1
> EFSADU
> MSJAVA.

I'm guessing MSVCP1 is a typo for MSVCP71?  If that is missing then
that is probably the culprit.  That DLL is the C runtime library.  It
is supposed to be shipped with applications that need it, but it is so
ubiquitous that it is often assumed to be present or forgotten.  You
can download it from
http://www.dll-files.com/dllindex/dll-files.shtml?msvcp71 (or just
find it on another Windows XP PC) and copy it into
C:\Windows\System32.  Don't forget to run regsvr32 to register it.

HTH,
Ian



More information about the Python-list mailing list