[Bug 230613] lang/python36: All python packages fail to run the internal sqlite3 module: ImportError: No module named '_sqlite3'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 14 01:33:44 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230613
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Works As Intended
Status|New |Closed
--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
The sqlite (like the gdbm, bsddb and tkinter modules) that depend on
external/third-party libraries are separated into their own ports. lang/python*
ports include a pkg-message to this effect, including instructions on how/where
to get them.
-------------
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
-------------
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list