No loadable SQlite extensions in Python 2.7

Toshio Kuratomi a.badger at gmail.com
Sat Apr 21 00:14:34 UTC 2012


On Sat, Apr 21, 2012 at 12:46:38AM +0200, Volker Froehlich wrote:
> Hello!
> 
> I noticed, our Python 2.7 package does not allow to load SQLite
> extensions from shared libraries. This must be configured at
> build-time. 
> 
> Is there a strong reason for this configuration, or could we possibly
> change that, if necessary?
> 
Not sure what you're asking for here.

$ python

>>> import sqlite3
>>>


$ rpm -ql python-libs |grep sqlite3.so
/usr/lib64/python2.7/lib-dynload/_sqlite3.so

The sqlite module seems to be built into our python just fine....

-Toshio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20120420/ea982d20/attachment.sig>


More information about the devel mailing list