[issue21950] import sqlite3 not running

Alejandro report at bugs.python.org
Fri Jul 11 16:12:36 CEST 2014


Alejandro added the comment:

we have  /usr/local/lib/python3.4/lib-dynload/_sqlite3.cpython-34m.so but we didn't have it in /soft/pyt341/lib/python3.4/lib-dynload/

After copying it into /sofy/pyt341.... the problem was solved!! ;)

/soft/pyt341/bin/python3 -c "import sqlite3;print(sqlite3.sqlite_version)"
3.7.6.3

In my opinion running ./configure should check if sqlite libs are properly satisfied and break compilation if they aren't installed. 
:)

I don't know if this issue could be considered a bug. So I will close it as "works for me"

Thanks for all!

----------
resolution:  -> works for me
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21950>
_______________________________________


More information about the Python-bugs-list mailing list