From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: Successfully installed system-config-netboot on a bare install machine (no X) using yum (lots of RPMs installed), but program failed to start with a python error about missing Alchemist. Missing dependency? See below for details. Version-Release number of selected component (if applicable): system-config-netboot-0.1.8-1 How reproducible: Didn't try Steps to Reproduce: 1. install minimal system (without alchemist or system-config-netboot) 2. yum install system-config-netboot 3. system-config-netboot Actual Results: [root@file-server ~]# system-config-netboot Traceback (most recent call last): File "/usr/sbin/system-config-netboot", line 36, in ? import Alchemist ImportError: No module named Alchemist [root@file-server ~]# Expected Results: Program should have started without error Additional info: Installing alchemist (via yum) made THAT problem go away. Now it complains about "no fonts found". Again, installing fonts-xorg-base (and friends) fixed that.
Remove the import Alchemist from the PY file. This is no longer needed. I will be putting out an update release system-config-netboot-0.1.11-1
update was pushed.