Gentoo Archives: gentoo-user

From: Daniel D Jones <ddjones@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No module named sqlite3
Date: Sun, 09 Jan 2011 00:27:38
Message-Id: 201101081912.25032.ddjones@riddlemaster.org
In Reply to: Re: [gentoo-user] No module named sqlite3 by Xavier Parizet
1 On Saturday, January 08, 2011 16:54:21 Xavier Parizet wrote:
2 > Le 08/01/2011 22:46, Daniel D Jones a écrit :
3 > > I'm trying to install keepnote:
4 > >
5 > > http://rasm.ods.org/keepnote/
6 > >
7 > > It's not in portage but there's a downloadable ebuild at the site.
8 > > Emerging the package, I get the following error:
9 > >
10 > > File "/var/tmp/portage/app-
11 > > text/keepnote-0.6.7/work/keepnote-0.6.7/keepnote/notebook/index.py", line
12 > > 33, in<module>
13 > >
14 > > import sqlite3 as sqlite
15 > >
16 > > ImportError: No module named sqlite3
17 >
18 > Sqlite is slotted, you need to install sqlite version 3 slot. Once it's
19 > done, it should work out of the box.
20
21 root@merlin / $eix dev-db/sqlite
22 [I] dev-db/sqlite
23 Available versions:
24 (0) 2.8.16-r4!t
25 (3) 3.7.2 ~3.7.3 ~3.7.4
26 {debug doc (+)extensions +fts3 icu nls +readline secure-delete soundex
27 tcl test +threadsafe unlock-notify}
28 Installed versions: 3.7.2(3)(04:19:05 PM 01/08/2011)(extensions fts3
29 readline threadsafe -debug -doc -icu -secure-delete -soundex -tcl -test -
30 unlock-notify)
31 Homepage: http://sqlite.org/
32 Description: A SQL Database Engine in a C Library
33
34 Unless I'm misreading something, slot 3 is installed and is the only slot
35 installed.
36
37 --
38 "I am not afraid of tomorrow, for I have seen yesterday and I love today." -
39 William Allen White, American journalist (1868-1944)