Bug 23854 - Нет зависимости на python-module-twisted-core-gui
Summary: Нет зависимости на python-module-twisted-core-gui
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: deluge (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Vladimir D. Seleznev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 19:50 MSD by Andrey Rahmatullin
Modified: 2010-08-06 20:52 MSD (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 Andrey Rahmatullin 2010-08-05 19:50:01 MSD
$ deluge
[ERROR   ] 21:41:39 ui:146 cannot import name gtk2reactor
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 127, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
  File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 40, in <module>
    from twisted.internet import gtk2reactor
ImportError: cannot import name gtk2reactor
[ERROR   ] 21:41:39 ui:147 There was an error whilst launching the request UI: gtk
[ERROR   ] 21:41:39 ui:148 Look at the traceback above for more information.

До обновления twisted из-за ошибки упаковки twisted не требовалась зависимость на подпакет python-module-twisted-core-gui, достаточно было python-module-twisted-core. Теперь это не так.
Comment 1 Repository Robot 2010-08-06 20:52:20 MSD
deluge-1.2.3-alt2 -> sisyphus:

* Thu Aug 05 2010 Vladimir Lettiev <crux@altlinux> 1.2.3-alt2
- Add python-module-twisted-core-gui to requires (Closes: #23854)