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 th
PyXML has two 'extension' modules (modules written in C instead of Python):
_xmlplus.parsers.pyexpat (needed by PyExpat)
_xmlplus.parsers.sgmlop (needed by sgmlop)
After they're built and installed, they become accessible as
xml.parsers.pyexpat and xml.parsers.sgmlop, respectively.
You can't bu
The version of PyXML is 0.8.4
From: Sudesh Soni To: xml-sig@python.orgSent: Tue, November 17, 2009 11:50:22 AMSubject: PyXML installation in Zope2.8.5
Hi,
Product - zope 2.8.5 final [python version - 2.3.5]
I get following error when executing -
python setup.py build
===
Hi,
Product - zope 2.8.5 final [python version - 2.3.5]
I get following error when executing -
python setup.py build
running build_exterror: Python was built with version 6 of Visual Studio, and extensions need to be built with the same version of the compiler, but it isn't in