Hello,
I have an error duringf the buildinstall process:
Removing unused python files in hdimage... Traceback (most recent call
last):
File "/usr/bin/anaconda", line 660, in ?
import xsetup
File "/usr/lib/anaconda/xsetup.py", line 20, in ?
import rhpl.xserver as xserver
File "/usr/lib/python2.2/site-packages/rhpl/xserver.py", line 30, in ?
from rhpl.xhwstate import *
File "/usr/lib/python2.2/site-packages/rhpl/xhwstate.py", line 21, in ?
import xf86config
ImportError: No module named xf86config
Usually I have the same errors when I forget to add a package.
As I understand xf86config is in the XFree86-4.3.0 package which I have
added.
So I really don't understand whats wrong with this xf86config.
any idias?