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

2009-12-01 Thread Sudesh Soni
Thanks Dieter. I will try this. With regards Sudesh From: Dieter Maurer To: Sudesh Soni Cc: xml-sig@python.org Sent: Thu, November 19, 2009 2:14:28 AM Subject: Re: [XML-SIG] PyXML installation in Zope2.8.5 Sudesh Soni wrote at 2009-11-18 08:14 -0800

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

2009-11-18 Thread Dieter Maurer
Sudesh Soni wrote at 2009-11-18 08:14 -0800: >Thanks Dieter, > >Other than gzip file and I could find an exe for PYXML installation , but the >problem is that, during installation it cannot locate the python2.3 that is in >zope 2.8 itself, instead it looks in the windows registry. >Suggest. I a

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

2009-11-18 Thread Sudesh Soni
stuck with issue. I have not researched which part of PyXML is needed in ZSI, but I will try to find out. Regards Sudesh From: Mike Brown To: Sudesh Soni Cc: xml-sig@python.org Sent: Tue, November 17, 2009 11:18:41 PM Subject: Re: [XML-SIG] PyXML installation

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

2009-11-18 Thread Sudesh Soni
From: Dieter Maurer To: Sudesh Soni Cc: xml-sig@python.org Sent: Wed, November 18, 2009 1:35:10 AM Subject: Re: [XML-SIG] PyXML installation in Zope2.8.5 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

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