On Mon, Jul 25, 2005 at 09:14:24PM +0200, M. GA. wrote:
> Hi again,
> 
> I've downloaded :
> 
> Testing for an acceptable Python interpreter...
> 
> Python version 2.3.5 found at /usr/local/bin/python
> Python version 2.3.5 found at /usr/local/bin/python2.3
> Python version 2.4.1c1 found at /usr/bin/python
> Python version 2.2.2 found at /usr/bin/python2.2
> 
> ...
> Ok, I've used : ./configure --with-python=/usr/local/bin/python2.3
> 
> Then, I've downloaded
> 
> Zope-2.7.0/           Zope-2.7.7-final/
> 
> And when trying to :
> 
> Zope-2.7.0/bin$./runzope
> 
> 2005-07-25T21:12:47 TRACE(-300) UserFolderPatch Patching UserFolder and User
> ------
> 2005-07-25T21:12:47 TRACE(-300) MemberToolsPatch Patching Member Tools
> ------
> 2005-07-25T21:12:47 ERROR(200) Zope Could not import Products.CPSOOo
> Traceback (most recent call last):
>  File "/home/manolo/edu/Zope-2.7.0/lib/python/OFS/Application.py", line 
> 654, in import_product
>    product=__import__(pname, global_dict, global_dict, silly)
>  File "/home/manolo/edu/Zope-2.7.0/Products/CPSOOo/__init__.py", line 
> 5, in ?

[snip]

>    from Products.CPSOOo.OOoDocbookDocument import \
>  File 
> "/home/manolo/edu/Zope-2.7.0/Products/CPSOOo/OOoDocbookDocument.py", 
> line 26, in ?
>    import xml.dom.ext
> ImportError: No module named ext
> 

If you are on a Debian GNU/Linux based system, try installing
package python2.3-xml.  That contains what looks like is missing.

If you can't install that or an equivalent package, then you can
down-load and install PyXML:

- http://www.python.org/sigs/xml-sig/

- http://pyxml.sourceforge.net/

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to