Bug 845391 - system-config-keyboard needs to depend on newt-python
Summary: system-config-keyboard needs to depend on newt-python
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-keyboard
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-02 22:20 UTC by Sandro Mani
Modified: 2013-02-15 22:28 UTC (History)
4 users (show)

Fixed In Version: system-config-keyboard-1.3.1-11.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-15 22:28:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Sandro Mani 2012-08-02 22:20:03 UTC
Description of problem:
Was already reported in the expired bug #177301, but here it goes again...

$ sudo yum install system-config-keyboard
[...]
Installing:
 system-config-keyboard                             x86_64                        1.3.1-9.fc18                         rawhide                         30 k
Installing for dependencies:
 system-config-keyboard-base  

$ system-config-keyboard 
You are attempting to run "system-config-keyboard" which requires administrative
privileges, but more information is needed in order to do so.
Authenticating as "sandro"
Password: 
Traceback (most recent call last):
  File "/usr/share/system-config-keyboard/system-config-keyboard.py", line 79, in <module>
    useTextMode()
  File "/usr/share/system-config-keyboard/system-config-keyboard.py", line 35, in useTextMode
    import keyboard_tui
  File "/usr/share/system-config-keyboard/keyboard_tui.py", line 30, in <module>
    from snack import *
ImportError: No module named snack

$ yum provides *snack*
[...]
newt-python-0.52.14-3.fc18.x86_64 : Python bindings for newt
Repo        : rawhide
Matched from:
Filename    : /usr/lib64/python2.7/site-packages/snack.pyc
Provides    : _snackmodule.so()(64bit)
Filename    : /usr/lib64/python2.7/site-packages/_snackmodule.so
Filename    : /usr/lib64/python2.7/site-packages/snack.pyo
Filename    : /usr/lib64/python2.7/site-packages/snack.py


Note You need to log in before you can comment on or make changes to this bug.