Public bug reported: 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 ** Affects: oursql Importance: Undecided Status: New -- 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: New 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 _______________________________________________ Mailing list: https://launchpad.net/~agesys-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~agesys-dev More help : https://help.launchpad.net/ListHelp

