From sarta53 at yahoo.com Tue Sep 15 23:25:34 2009 From: sarta53 at yahoo.com (sarta53) Date: Tue, 15 Sep 2009 14:25:34 -0700 (PDT) Subject: [pyOpenSSL] is there a tarball? Message-ID: <507957.45848.qm@web55803.mail.re3.yahoo.com> I get the following error when trying to run a python (v2.6.2) script that uses the Twisted-web module: File "/home/knoppix/python/lib/python2.6/site-packages/twisted/internet/ssl.py", line 46, in from OpenSSL import SSL ImportError: No module named OpenSSL Where can I find a tarball for OpenSSL ? (is that what pyopenssl is?) I am on a knoppix liveCD that is unable to use a package manager to install .deb or .rpm packages. From exarkun at twistedmatrix.com Wed Sep 16 01:39:52 2009 From: exarkun at twistedmatrix.com (exarkun at twistedmatrix.com) Date: Tue, 15 Sep 2009 23:39:52 -0000 Subject: [pyOpenSSL] is there a tarball? In-Reply-To: <507957.45848.qm@web55803.mail.re3.yahoo.com> References: <507957.45848.qm@web55803.mail.re3.yahoo.com> Message-ID: <20090915233952.12215.1603105508.divmod.xquotient.19@localhost.localdomain> On 09:25 pm, sarta53 at yahoo.com wrote: >I get the following error when trying to run a python (v2.6.2) script >that uses the Twisted-web module: > >File "/home/knoppix/python/lib/python2.6/site- >packages/twisted/internet/ssl.py", line 46, in > from OpenSSL import SSL >ImportError: No module named OpenSSL > >Where can I find a tarball for OpenSSL ? (is that what pyopenssl is?) >I am on a knoppix liveCD that is unable to use a package manager to >install .deb or .rpm packages. See https://sourceforge.net/projects/pyopenssl/files/ Jean-Paul