It's not in portage but there's a downloadable ebuild at the site. Emerging
the package, I get the following error:
File "/var/tmp/portage/app-
text/keepnote-0.6.7/work/keepnote-0.6.7/keepnote/notebook/index.py", line 33,
in <module>
import sqlite3 as sqlite
ImportError: No module named sqlite3
I have both sqlite and pysqlite installed. The library _sqlite.so exists in
directory /usr/lib/python2.6/site-packages/pysqlite2/.
I believe the python sys.path was sufficient but even adding the specific
directory resulted in failing to import the module.
I've run python-updater, re-emerged sqlite and pysqlite and am still getting
the error. Any ideas or suggestions greatly appreciated.
--
"Men like to pursue an elusive woman like a cake of wet soap - even men who
hate baths." - Gelett Burgess
01-08-2011, 08:54 PM
Xavier Parizet
No module named sqlite3
Le 08/01/2011 22:46, Daniel D Jones a écrit :
I'm trying to install keepnote:
http://rasm.ods.org/keepnote/
It's not in portage but there's a downloadable ebuild at the site. Emerging
the package, I get the following error:
File "/var/tmp/portage/app-
text/keepnote-0.6.7/work/keepnote-0.6.7/keepnote/notebook/index.py", line 33,
in<module>
import sqlite3 as sqlite
ImportError: No module named sqlite3
Sqlite is slotted, you need to install sqlite version 3 slot. Once it's
done, it should work out of the box.
I have both sqlite and pysqlite installed. The library _sqlite.so exists in
directory /usr/lib/python2.6/site-packages/pysqlite2/.