[XML-SIG] PyXML installation in Zope2.8.5

Dieter Maurer dieter at handshake.de
Wed Nov 18 07:35:10 CET 2009


Sudesh Soni wrote at 2009-11-17 08:50 -0800:
>Product - zope 2.8.5 final [python version - 2.3.5]
>
>I get following error when executing -
>
>python setup.py build
>
>============
>running build_ext
>error: Python was built with version 6 of Visual Studio, and extensions need to be built with the sa
>me version of the compiler, but it isn't installed.

"PyXML" contains extensions written in "C".
When you build "PyXML" yourself, these extensions need to be compiled.
To be compatible with Python, these compilations need to use essentially
the same compiler as the one used for Python. Your observed error:
The required compiler (version 6 of Visual Studio) is not available on
your system.

Almost surely, there are prebuilt "PyXML" binaries for Windows.
Your easiest option is to install one of them
and do not try to build "PyXML" yourself.



-- 
Dieter


More information about the XML-SIG mailing list