[pypy-dev] A minor nit

Gerrat Rickert grickert at coldstorage.com
Wed Dec 5 20:20:01 CET 2012


The installation instructions on pypy.org/download.html for the Windows binary (32bit) say "you may also need the VS 2009 runtime library installer vcredist_x86.exe<http://www.microsoft.com/en-us/download/details.aspx?id=5582>)"
This link actually points to something called the "Microsoft Visual C++ 2008 SP1 Redistributable package"...which doesn't seem to help.
When pypy is run, it complains that its missing msvcr100.dll.

It looks like what's actually needed for this file is the "Microsoft Visual C++ 2010 Redistributable package", located here:
http://www.microsoft.com/en-us/download/details.aspx?id=5555


Regards,
                Gerrat.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20121205/2e2133bd/attachment.html>


More information about the pypy-dev mailing list