DistutilsPlatformError

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Oct 2 17:25:24 EDT 2015


On 02/10/2015 20:35, garyr wrote:
> I'm trying to build an extension for Python 3. I'm using the example code in
> the
> book "Python Essential Reference", 4ed. I have it working for Python 2. But
> when
> I try to build it for Python 3 I get the following error:
>
> distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 10.0 is
> required (
> Unable to find vcvarsall.bat).
>
> How can this be fixed?
>
> I'm using Python 3.4.3, obtained from Anaconda, on Win XP
>
> Thanks in advance
> garyr
>

https://docs.python.org/devguide/setup.html#windows

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list