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
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to