> This is dependency problem. Check the CPSRelation product within the
> ControlPanel/Products and click the refresh tab. You'll get information.
>
> Or check the logs of the server when it's starting.
>
> J.
Thank you Julien,
yes, it was a dependency problem.
I was using a new installation on fedora 4 which ships with python
2.4. I installed python 2.3.5 and the needed libraries... I compiled
redland from source using --with-python=/usr/bin/python2.3 and all the
libraries where put inside /usr/local/lib while all the others
libraries in the system are located in /usr/lib. Moving the libraries
from one directory to the other solved the problem.
Now I've only one left problem with CPSRemoteController, this is what
I'm getting:
Traceback (most recent call last):
File "/home/zope2.8.4/lib/python/OFS/Application.py", line 695, in
import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/home/lp/zope/Products/CPSRemoteController/__init__.py", line 25, in ?
import RemoteControllerClient
File "/home/lp/zope/Products/CPSRemoteController/RemoteControllerClient.py",
line 41, in ?
from XMLRPCAuth import BasicAuthTransport
File "/home/lp/zope/Products/CPSRemoteController/XMLRPCAuth.py", line 32, in ?
from httplib import HTTP, HTTPS
ImportError: cannot import name HTTPS
Any hints how to solve this?
Thank you,
Stefano
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users