14 Apr
2003
14 Apr
'03
6:34 p.m.
[ garry saddington]
I still cannot get these to work even though i have the latest pyXML installed. The error message is:
'can't import name expat'
Do you have to copy any of the filesystem python components into the zope install? Has anyone else had this problem?
The install of PyXML normally goes into the regular Python installation, not Zope's. Although not everyone agrees, I think it is easiest just to copy the PyXML stuff into the Zope installation. PyXML uses some tricks to integrate its XML paths into Python's (so that it can replace the standard Python xml libraries) but basically you are looking for the "_xmlplus" directory tree. Cheers, Tom P