15 Aug
2002
15 Aug
'02
11:23 p.m.
Hmmm... Parsed XML is a Zope Product. It goes into PRODUCTS_HOME (INSTANCE_HOME/lib/pythonProducts) or should be symbolically linked there. Simply unpack it there, go to the Control Panel using the ZMI and restart Zope. You should see it in the products listing and it should not be broken. Installing PyXML into the Python Zope should be straightforward. Unpack the directory and then, using the python in INSTANCE_HOME/bin run ..... setup.py build ..... setup.py install Here ..... is the path to PyXML and into PyXML to the setup program. PyXML uses distutils which is part of the python library for python 2.X.