#79 Traceback when another application is using/locking yum
Closed: Fixed None Opened 17 years ago by jsteffan.

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.

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

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

8 years ago

Log in to comment on this ticket.

Metadata