Thanks for the information!
You have found an innovative solution
to the problem that Zope currently does not
support Python 2.2, while the latest libxslt uses it!
I have heard rumors that the next point release of
Zope 2.6 will support Python 2.2, and that would
likely be available in the next 1-3 months.
I think if we release ZopeXMLMethods 1.1 _before_
this happens, we will want to include your information
in the README documentation. However, I would
prefer to simply switch to Python 2.2 across the
board if possible.
In any event, I am forwarding this message to our
mailing lists in the hope that others might find it
useful in the interim. Thanks again!
--Craeg
> more info about libxslt with ZopeXMLMethods
> Step 1 :
> without python, i am using libxslt on windows 98 and it work very fine.
> installing :libxml2-2.4.23.win32.zip, libxslt-1.0.19.win32.zip
> AND iconv-1.8.win32.zip
> and put the .dll in c:\windows
> Testing with xsltproc.exe include in the libxslt zip file
>
> Step 2 :
> Now with python 2.2 but without Zope.
> installing libxml2-python-2.5.7.win32-py2.2.exe python bindings (python 2.2)
> from http://users.skynet.be/sbi/libxml-python/
> ( this download include the .dll no need to go at http://www.zlatkovic.com/)
> basic test of XSLT interfaces (basic.py file example find at http://www.xmlsoft.org/XSLT/python.html) : no problem
>
> Step 3 :
> now working with Zope
> (Zope 2.6.0 (binary release, python 2.1, win32-x86), python 2.1.3, win32)
> first i try to use the python 2.2 bidings for python 2.1.3 in Zope
> but have a import Error message. that's right.
> So try to install python 2.1 binding the installer is not abble to find installation directory.
> I use regedit to help him. ( that's not my favorite sport !!!)
> According to sys.path I install the librairy to [Zope]\bin\lib.
>
> try first example of ZopeXMLMethods tutorial
> nice Hello world message.
>
> I'am agree if this can help you. Sorry for my very bad English i leave in France.
>
|