Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] sqlite3 not available in python3?
Date: Sun, 15 Nov 2020 22:59:41
Message-Id: 3c7331e4-d2b5-1d62-5118-777dfcb10b6a@web.de
1 I'm trying to convert python2 scripts to python3.  A script which works
2 under python2 gives me this under python3:
3
4 ModuleNotFoundError: No module named 'sqlite3'
5
6 Any ideas?

Replies

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