[Zopexmlmethods-users] Re: Problem installing XMLmethods
Brought to you by:
arielpartners,
philikon
From: Craeg K S. <cs...@ar...> - 2003-04-14 02:37:54
|
Yes, this is a royal pain. I can't WAIT until Zope 2.7 is released with its support/requirement for Python 2.2 Definately it is the PyXML issue. There are serious problems with 0.8.1 PyXML 0.8.2 is fairly easy to install, even from source. Assuming Python is on your path: cd c:\pyxml-0.8.2 python setup.py build python setup.py install If python is *not* on your path, it would be something like c:\zope\bin\python setup.py build c:\zope\bin\python setup.py install That should do it. If it doesn't, we can try more extensive debugging techniques; please let me know. BTW, did you see our new support mailing list? zop...@li... I am forwarding this message to the list, so that others might benefit from this solution.. --Craeg Henny van der Linde wrote: >Hi Craeg, > >I installed XML-methods with 4suite 1.0a (I already had XM-transform working >with 4suite 0.12 and PyXML 0.8.1). >When I try to add an xmlmethod, without any error message, Zope gets the >nearest index_html instead. > >I have to use Zope 2.5.0. Maybe the problem is that I have still PyXML 0.8.1 >installed. The problem however is that there is no PyXml win distribution >for Python 2.1. > >Can you shed any light? > >thanks, > >Henny van der Linde > > |