Displaying 2 results from an estimated 2 matches for "maindialog".
2008 Dec 03
1
system-config-network crash
...ror. Can anyone tell me how I can fix this?
Component: system-config-network
Version: 1.3.99.10
Summary: TBa9c752cb ConfPAP.py:85:initvars:IndexError: list index out of range
Traceback (most recent call last):
File "/usr/sbin/system-config-network-gui", line 167, in main
window = mainDialog()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
247, in __init__ self.load()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
270, in load self.loadDevices()
File "/usr/share/system-config-network/netconfpkg/gui/m...
2008 May 01
1
No module named snack
...installed postfix and system-switch-mail. When I run system-switch-mail, I
get
Traceback (most recent call last):
File "/usr/sbin/system-switch-mail", line 89, in <module>
main()
File "/usr/sbin/system-switch-mail", line 76, in main
from switchmail_tui import mainDialog
File "/usr/share/system-switch-mail/switchmail_tui.py", line 36, in
<module>
from snack import *
ImportError: No module named snack
"Snack" appears to be a python module provided by a package called newt,
which is installed:
# rpm -qf /usr/lib/python2.3/site-packag...