On Mon, Apr 28, 2008 at 9:31 AM, Brian Cameron <Brian.Cameron at sun.com> wrote: > > Laca: > > > On Fri, 2008-04-25 at 19:47 -0500, Brian Cameron wrote: > >> 1) Codeina depends on Python OpenSSL support, which is not > >> available in Solaris. Does anybody have any idea how > >> to turn this on? > > > > We do have ssl support in Python on Solaris and it appears to work: > > The codeina configure test runs the following command: > > % bpython -c 'import OpenSSL' > > Which fails, complaining 'ImportError: No module named OpenSSL'. > > So I am wondering if we're talking about different things when we refer > to "ssl support". At any rate, to get codeina working, do you have any > idea what is needed to make 'import OpenSSL' work on Solaris? I am > wondering if this requires configuring SUNWPython in a different way, > or if we need an additional module on Solaris.
I'm betting it actually wants pyOpenSSL from pyopenssl.sf.net. CherryPy does the same thing and it needs pyOpenSSL. -- Shawn Walker "To err is human -- and to blame it on a computer is even more so." - Robert Orben
