On Tue, Dec 27, 2011 at 6:21 PM, W. eWatson <wolftra...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to