[issue30952] include Math extension in SQlite

STINNER Victor report at bugs.python.org
Mon Nov 6 12:09:05 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> I would be interested in having SQLite shipped with the math extension

Python uses the SQLite library installed on the system, at least on Linux. To load an extension, I found:
https://sqlite.org/loadext.html
https://sqlite.org/c3ref/load_extension.html

How am I supposed the math extension? The CLI ".load" command requires the name or even the full path to a shared library (".so" file on Linux).

I see that the issue was tagged as Windows. Are you talking about the SQLite bundled with Python installer on Windows?

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30952>
_______________________________________


More information about the Python-bugs-list mailing list