Bug 24952 - Не хватает зависимостей
Summary: Не хватает зависимостей
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: solfege (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-22 12:02 MSK by Dmitry A. Kharitonov
Modified: 2012-03-16 14:52 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry A. Kharitonov 2011-01-22 12:02:30 MSK
[user@eeedima Documents]$ solfege 
Traceback (most recent call last):
  File "/usr/bin/solfege", line 82, in <module>
    import solfege.startup
  File "/usr/share/solfege/solfege/startup.py", line 23, in <module>
    import sqlite3
ImportError: No module named sqlite3

Нужно добавить зависимость на python-modules-sqlite3
Comment 1 Michael Shigorin 2012-03-16 14:50:33 MSK
$ rpm -q solfege python-modules-sqlite3        
warning: package python-modules-sqlite3 is not installed
warning: package solfege is not installed
# aptitude install solfege
[...]
$ rpm -q solfege python-modules-sqlite3
solfege-3.20.3-alt1
python-modules-sqlite3-2.7.2-alt4
Comment 2 Michael Shigorin 2012-03-16 14:52:54 MSK
PS: исправление отмечено в ченжлоге 3.18.7-alt1.1, но с небольшой промашкой в синтаксисе автозакрывашки: "(close #24952)" вместо "(closes: #24952)"...