This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexganwd
Recipients alexganwd, berker.peksag, brett.cannon, donmez, dpatino, vstinner
Date 2014-07-11.14:12:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405087956.54.0.676438563351.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2014-07-11 14:12:36alexganwdsetrecipients: + alexganwd, brett.cannon, vstinner, donmez, berker.peksag, dpatino
2014-07-11 14:12:36alexganwdsetmessageid: <1405087956.54.0.676438563351.issue21950@psf.upfronthosting.co.za>
2014-07-11 14:12:36alexganwdlinkissue21950 messages
2014-07-11 14:12:36alexganwdcreate