[WBEL-users] python problem?

Tom Cooper tcooper@starpower.net
Wed, 30 Jun 2004 23:10:41 -0400


I'm having an anomaly on one of my whitebox boxes.  For some reason, I 
seem to be having trouble with a library or something, because I can't 
run utilities like redhat-config-network.  I used to be able to run it, 
and honestly have no idea when it stopped working.  Can someone point me 
in the right direction to troubleshoot this?

Thanks!

Tom

[root@tcooper-87057 root]# redhat-config-network
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/sbin/neat", line 68, in <lambda>
    PROGNAME, PRG_VERSION)
  File "/usr/lib/python2.2/site-packages/rhpl/exception.py", line 281, 
in handleException
    rc = exceptionWindow (_("Exception Occurred"), text, progname)
  File "/usr/lib/python2.2/site-packages/rhpl/exception.py", line 166, 
in exceptionWindow
    win = ExceptionWindow (text, name)
  File "/usr/lib/python2.2/site-packages/rhpl/exception.py", line 35, in 
__init__
    win = gtk.Dialog(_("Exception Occurred"), None, gtk.DIALOG_MODAL)
AttributeError: 'module' object has no attribute 'Dialog'

Original exception was:
Traceback (most recent call last):
  File "/usr/sbin/neat", line 73, in ?
    import gtk
  File 
"/usr/src/build/147273-i386/install/usr/lib/python2.2/site-packages/gtk/__init__.py", 
line 19, in ?
ImportError: /usr/lib/python2.2/site-packages/gtk/_gtkmodule.so: 
undefined symbol: PyUnicodeUCS2_FromUnicode