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

Attachment: pgpGrohK3gVkM.pgp
Description: PGP signature

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to