I have just 'upgraded' to Fedora Core 9 and seem to be having some issues opening some of the apps. Some apps say that they're starting and then just quit without any indication as to what is going on. yumex returns an error message:
Traceback (most recent call last): File "/usr/share/yumex/yumex.py", line 34, in <module> import yum File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 40, in <module> import rpmsack File "/usr/lib/python2.5/site-packages/yum/rpmsack.py", line 22, in <module> import misc File "/usr/lib/python2.5/site-packages/yum/misc.py", line 12, in <module> import pgpmsg File "/usr/lib/python2.5/site-packages/yum/pgpmsg.py", line 16, in <module> import struct, time, cStringIO, base64, types, md5, sha File "/usr/lib64/python2.5/md5.py", line 6, in <module> from hashlib import md5 File "/usr/lib64/python2.5/hashlib.py", line 135, in <module> sha224 = __get_builtin_constructor('sha224') File "/usr/lib64/python2.5/hashlib.py", line 63, in __get_builtin_constructor import _sha256 ImportError: No module named _sha256 Does anyone know what's up? Thanks! Walt