Comment 1 for bug 742557

Revision history for this message
PA Parent (paparent) wrote :

To talk to fluiddb.fluidinfo.com with https, we need either two thing:

A) install pyopenssl, which is needed by eventlet.

B) install python 2.6+. This one could be installed in another location (e.g. /opt/python2.6). It's just a ./configure --with-prefix=/opt/python2.6 .... IIRC :)