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 donmez
Recipients alexganwd, berker.peksag, brett.cannon, donmez, dpatino
Date 2014-07-11.11:12:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405077151.19.0.405630503649.issue21950@psf.upfronthosting.co.za>
In-reply-to
Content
Chiming in here as a SUSE guy;

Can you make sure 

/usr/local/lib/python3.4/lib-dynload/_sqlite3.cpython-34m.so

does exist. If yes run ldd on it

ldd /usr/local/lib/python3.4/lib-dynload/_sqlite3.cpython-34m.so

And also give output of "which python3.4" to make sure you are running the right python instance.
History
Date User Action Args
2014-07-11 11:12:31donmezsetrecipients: + donmez, brett.cannon, berker.peksag, alexganwd, dpatino
2014-07-11 11:12:31donmezsetmessageid: <1405077151.19.0.405630503649.issue21950@psf.upfronthosting.co.za>
2014-07-11 11:12:31donmezlinkissue21950 messages
2014-07-11 11:12:31donmezcreate