[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 00:48:57 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230613
Bug ID: 230613
Summary: lang/python36: All python packages fail to run the
internal sqlite3 module: ImportError: No module named
'_sqlite3'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: yuri at freebsd.org
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at FreeBSD.org
Pythin docs say that sqlite3 is included since python-2.5:
https://docs.python.org/2/library/sqlite3.html
But 'import sqlite3' it fails:
> $ python3.5 sq.py
> Traceback (most recent call last):
> File "sq.py", line 1, in <module>
> import sqlite3
> File "/usr/local/lib/python3.5/sqlite3/__init__.py", line 23, in <module>
> from sqlite3.dbapi2 import *
> File "/usr/local/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module>
> from _sqlite3 import *
> ImportError: No module named '_sqlite3'
Verified in 2.7, 3.5, 3.6.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list