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 antlong
Recipients antlong
Date 2010-07-24.05:46:03
SpamBayes Score 0.06740659
Marked as misclassified No
Message-id <1279950365.76.0.579184415242.issue9365@psf.upfronthosting.co.za>
In-reply-to
Content
install a distro of without sqlite3 support. now you should have a /usr/lib/python2.6/sqlite3, which obviously isn't usable.

now if you install sqlite3, and try a 'import sqlite3' it still doesn't work. so you have to compile/install python2.6 again. after which it works fine.


http://www.linuxfromscratch.org/blfs/view/svn/general/python.html
History
Date User Action Args
2010-07-24 05:46:05antlongsetrecipients: + antlong
2010-07-24 05:46:05antlongsetmessageid: <1279950365.76.0.579184415242.issue9365@psf.upfronthosting.co.za>
2010-07-24 05:46:03antlonglinkissue9365 messages
2010-07-24 05:46:03antlongcreate