Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Dieter Maurer
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

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Mike Brown
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

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Sudesh Soni
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   ===

[XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Sudesh Soni
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