This happened when I had a ghost revisor copy running:
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/revisor/load_kickstart.py", line 184, in button_forward_clicked self.gui.displayPackageSelection() File "/usr/lib/python2.5/site-packages/revisor/gui.py", line 237, in displayPackageSelection self.PackageSelection = package_selection.PackageSelection(self) File "/usr/lib/python2.5/site-packages/revisor/package_selection.py", line 105, in init self.base.setup_yum(pbar) File "/usr/lib/python2.5/site-packages/revisor/base.py", line 66, in setup_yum self.error_box(self.main_window,"Another application is running which is accessing software information.") AttributeError: RevisorBase instance has no attribute 'error_box' Quit
error_box, warning_box, alert_box and such are to be spawned from the logger, so all we do in the rest of the code is self.log.warning(msg) and such. The actual pop-up of the message still has to be fixed though.
New ticket created to get the logging facility do pop-ups
Metadata Update from @jsteffan: - Issue assigned to kanarip - Issue set to the milestone: 2.0.3 Release
Log in to comment on this ticket.