Description of problem: Working with a modified kickstart file from livecd-tools to try to get an xfce desktop, revisor dies during(?) depsolving Version-Release number of selected component (if applicable): revisor-2.0.3.12-1.fc8 How reproducible: all the time Steps to Reproduce: 1. customize config files (comps-rawhide.xml, revisor.conf, livecd-ks) 2. run revisor 2. select my customized files Actual results: ... Matched perl - 4:5.8.8-19.fc8.i386 to require for perl Matched genisoimage - 1.1.6-1.fc8.i386 to require for mkisofs # of Deps = 1 Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/revisor/load_kickstart.py", line 198, in button_forward_clicked self.gui.displayReadyScreen() File "/usr/lib/python2.5/site-packages/revisor/gui.py", line 249, in displayReadyScreen self.ReadyScreen = ready_screen.ReadyScreen(self) File "/usr/lib/python2.5/site-packages/revisor/ready_screen.py", line 100, in __init__ self.base.check_dependencies() File "/usr/lib/python2.5/site-packages/revisor/base.py", line 382, in check_dependencies d = RevisorDetailsDialog(self.main_window, gtk.MESSAGE_ERROR, NameError: global name 'RevisorDetailsDialog' is not defined Expected results: iso file with an xfce desktop Additional info:
Created attachment 158109 [details] my revisor config and kickstart files
Taking this.
Apparently you are missing dependencies which causes Revisor to want to pop-up a details dialog that doesn't exist. The details dialog not existing is fixed in CVS, and backported to 2.0.3.12. Expect a release soon.