agesys-dev team mailing list archive
-
agesys-dev team
-
Mailing list archive
-
Message #00155
[Bug 1354538] Re: SSL_get_error when importing oursql 0.9.3/4 installed from sources
$ sudo apt-get install libssl0.9.8
fixed the issue
** Changed in: oursql
Status: New => Fix Released
** Changed in: oursql
Status: Fix Released => New
** Changed in: oursql
Status: New => Fix Released
--
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
https://bugs.launchpad.net/bugs/1354538
Title:
SSL_get_error when importing oursql 0.9.3/4 installed from sources
Status in oursql:
Fix Released
Bug description:
On a ubuntu 14 desktop (64b)
Could not install oursql properly in a python 3.4 virtualenv:
* downloaded sources from https://launchpad.net/oursql/py3k (tried both 0.9.3 and 0.9.4)
* python setup.py install (with and without cpython)
The build is Ok
but trying to import oursql I get the following
>>> import oursql
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /path_to_virtualenv/lib/python3.4/site-packages/oursql.cpython-34m.so: undefined symbol: SSL_get_error
I don't understand what the error could be
To manage notifications about this bug go to:
https://bugs.launchpad.net/oursql/+bug/1354538/+subscriptions
References