Bug 26903 - missing dependency on sqlite3
Summary: missing dependency on sqlite3
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: keepnote (show other bugs)
Version: unstable
Hardware: all Linux
: P3 blocker
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL: http://forum.altlinux.org/index.php/t...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 14:35 MSK by Nick S. Grechukh
Modified: 2014-09-13 09:14 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
Уже.