Julien Anguenot wrote:

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?


euh... This is part of the standard python distro... It's pretty wiered.

Can you try to import HTTPS directly from the python interpretor ?

If it still doesn't work the I'm afraid you're having a broken Python
setup...
Or maybe it's a Python compiled without SSL support
You should try to compile Python from the source

Tarek


--
Tarek Ziadé | Nuxeo R&D (Paris, France)
CPS Plateform : http://www.cps-project.org
mail: tziade at nuxeo.com | tel: +33 (0) 6 30 37 02 63
You need Zope 3 - http://www.z3lab.org/

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to