Gentoo Archives: gentoo-user

From: Manuel McLure <manuel@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sqlite3 not available in python3?
Date: Sun, 15 Nov 2020 23:06:31
Message-Id: CAGJrxsQQK3zYdkt4HE1PZhqNXo7veTUUGFh5wgfs2hhAN1_8rg@mail.gmail.com
In Reply to: [gentoo-user] sqlite3 not available in python3? by n952162
1 On Sun, Nov 15, 2020 at 2:59 PM n952162 <n952162@×××.de> wrote:
2
3 > I'm trying to convert python2 scripts to python3. A script which works
4 > under python2 gives me this under python3:
5 >
6 > ModuleNotFoundError: No module named 'sqlite3'
7 >
8 > Any ideas?
9 >
10 You might need to add "sqlite" to the USE flags for dev-lang/python and
11 reinstall.
12
13 --
14 Manuel A. McLure WW1FA <manuel@××××××.org> <http://www.mclure.org>
15 ...for in Ulthar, according to an ancient and significant law,
16 no man may kill a cat. -- H.P. Lovecraft

Replies

Subject Author
Re: [gentoo-user] sqlite3 not available in python3? n952162 <n952162@×××.de>