01-03-05 07:45 AM
Hi All,
I'm trying to upgrade from Fedora Core-2 to Core-3.
I downloaded the .iso files (binary version) and execute the following :
'mount -o loop -t iso9660 [my path]/FC3-i386-disc1.iso /mnt/fc3'
'/mnt/fc3/autorun'
but received the following error:
Traceback (most recent call last):
File "/usr/share/system-config-packages/InstallDruid.py", line 6, in ?
import package_gui
File "/usr/share/system-config-packages/package_gui.py", line 31, in ?
from GroupSet import orderPackageGroups
File "/usr/share/system-config-packages/GroupSet.py", line 31, in ?
import method
File "/usr/share/system-config-packages/method.py", line 25, in ?
import dbus
ImportError: No module named dbus
It seems however that dbus is installed on my system as
'rpm -qa 'dbus*' reports 'dbus-0.20-4.1'
Thanks for any help,
Bruno
[ Post a follow-up to this message ]
|