В Срд, 07/02/2007 в 14:27 +0200, Muge Yaranli пишет: > Hi, > > > > I am trying to move my CPS to a new server. I installed Zope, I copied > the Products directory of the old server to the new server, but I have > problems in Mail Access and Blog installation. > > > > Below is the message given in the log file. I installed libxml in > order to solve the problem, I still get the same message. Can you > suggest any thing in order to solve this problem? > > > > ------ > 2007-02-07T14:16:56 INFO ZMIntrospection Applied patch. > ------ > 2007-02-07T14:16:57 INFO psycopg2 installed. Logging using Python > logging module > ------ > 2007-02-07T14:16:57 ERROR Zope Couldn't install CPSBlog > Traceback (most recent call last): > File "/usr/lib/zope/lib/python/OFS/Application.py", line 762, in > install_product > global_dict, global_dict, silly) > File "/var/lib/zope/Products/CPSBlog/__init__.py", line 20, in ? > from Products.CPSBlog.Blog import Blog, addBlog, \ > File "/var/lib/zope/Products/CPSBlog/Blog.py", line 27, in ? > from Products.CPSBlog.AtomAware import AtomAwareCollection > File "/var/lib/zope/Products/CPSBlog/AtomAware.py", line 24, in ? > from lxml import etree > ImportError: No module named lxml > ------ > 2007-02-07T14:16:57 ERROR Zope Couldn't install CPSMailAccess > Traceback (most recent call last): > File "/usr/lib/zope/lib/python/OFS/Application.py", line 762, in > install_product > global_dict, global_dict, silly) > File "/var/lib/zope/Products/CPSMailAccess/__init__.py", line 28, > in ? > import permissions # for global role mapping > ImportError: No module named permissions > > >
Hi, you should install lxml library. Check it at http://cheeseshop.python.org/pypi/lxml/ Regards, Ruslan _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
