Gentoo Archives: gentoo-user

From: Xavier Parizet <xav@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No module named sqlite3
Date: Sat, 08 Jan 2011 22:23:48
Message-Id: 4D28DD0D.5040109@gentooist.com
In Reply to: [gentoo-user] No module named sqlite3 by Daniel D Jones
1 Le 08/01/2011 22:46, Daniel D Jones a écrit :
2 > I'm trying to install keepnote:
3 >
4 > http://rasm.ods.org/keepnote/
5 >
6 > It's not in portage but there's a downloadable ebuild at the site. Emerging
7 > the package, I get the following error:
8 >
9 > File "/var/tmp/portage/app-
10 > text/keepnote-0.6.7/work/keepnote-0.6.7/keepnote/notebook/index.py", line 33,
11 > in<module>
12 > import sqlite3 as sqlite
13 > ImportError: No module named sqlite3
14
15 Sqlite is slotted, you need to install sqlite version 3 slot. Once it's
16 done, it should work out of the box.
17
18 > I have both sqlite and pysqlite installed. The library _sqlite.so exists in
19 > directory /usr/lib/python2.6/site-packages/pysqlite2/.
20
21 [SNIP]
22
23 --
24 Xavier Parizet
25 http://gentooist.com

Replies

Subject Author
Re: [gentoo-user] No module named sqlite3 Daniel D Jones <ddjones@××××××××××××.org>