Bug 26903

Summary: missing dependency on sqlite3
Product: Sisyphus Reporter: Nick S. Grechukh <gns>
Component: keepnoteAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: blocker    
Priority: P3 CC: real.altlinux.org, shadowsbrother
Version: unstable   
Hardware: all   
OS: Linux   
URL: http://forum.altlinux.org/index.php/topic,28652.msg197897.html#msg197897

Description Nick S. Grechukh 2012-02-07 14:35:23 MSK
[altlinux@eeelive ~]$ keepnote 
Traceback (most recent call last):
  File "/usr/bin/keepnote", line 86, in <module>
    import keepnote
  File "/usr/lib/python2.6/site-packages/keepnote/__init__.py", line 52, in <module>
    from keepnote.notebook import \
  File "/usr/lib/python2.6/site-packages/keepnote/notebook/__init__.py", line 49, in <module>
    from keepnote.notebook.connection import fs as connection_fs
  File "/usr/lib/python2.6/site-packages/keepnote/notebook/connection/fs/__init__.py", line 87, in <module>
    from keepnote.notebook.connection.fs import index as notebook_index
  File "/usr/lib/python2.6/site-packages/keepnote/notebook/connection/fs/index.py", line 40, in <module>
    import sqlite3  as sqlite
ImportError: No module named sqlite3
Comment 1 Сергей Котляров 2013-02-17 12:55:07 MSK
Добавил ссылку на форум, где баг был пойман.

В качестве решения достаточно добавить в зависимость к keepnote питоний модуль python-modules-sqlite3.
Comment 2 real@altlinux.org 2014-09-13 09:14:15 MSK
Уже.