Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sqlite3 not available in python3?
Date: Sun, 15 Nov 2020 23:01:02
Message-Id: 02828a3a-08da-a4f3-180a-ab8149fe1e4d@web.de
In Reply to: [gentoo-user] sqlite3 not available in python3? by n952162
1 BTW, from "equery uses":
2
3  + + sqlite    : Add support for sqlite - embedded sql database
4
5 On 11/16/20 12:00 AM, n952162 wrote:
6 >
7 > I'm trying to convert python2 scripts to python3.  A script which
8 > works under python2 gives me this under python3:
9 >
10 > ModuleNotFoundError: No module named 'sqlite3'
11 >
12 > Any ideas?
13 >