Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/revisor/ready_screen.py", line 128, in button_forward_clicked self.gui.BuildMedia.start() File "/usr/lib/python2.5/site-packages/revisor/build_media.py", line 68, in start self.base.check_dependencies() File "/usr/lib/python2.5/site-packages/revisor/base.py", line 254, in check_dependencies pbar = self.progress_bar("Resolving Dependencies", callback = True) File "/usr/lib/python2.5/site-packages/revisor/base.py", line 223, in progress_bar return revisor.progress.ProgressCallbackGUI(title = title, parent = self.mode, xml = self.mode.frame_xml) File "/usr/lib/python2.5/site-packages/revisor/progress.py", line 135, in init ProgressGUI.init(self, title = title, parent = parent, xml = xml) File "/usr/lib/python2.5/site-packages/revisor/progress.py", line 64, in init self.set_markup(title) File "/usr/lib/python2.5/site-packages/revisor/progress.py", line 123, in set_markup buf = self.label.get_buffer() AttributeError: 'NoneType' object has no attribute 'get_buffer'
Reproduced again.
This one is strange due to the stage in which it is triggered. I can't seem to find why it is happening.
Here's a more complete traceback, based on the current version:
Initting progress bar for Creating DVD ISO Images DEBUG:revisor:Initting progress bar for Creating DVD ISO Images Creating dvd images DEBUG:revisor:Creating dvd images Not creating a DVD ISO Image, Installation Media fits on a CD Initting progress bar for Creating DVD Dual Layer ISO Images DEBUG:revisor:Initting progress bar for Creating DVD Dual Layer ISO Images Adding required packages for Installation Media DEBUG:revisor:Adding required packages for Installation Media Checking dependencies DEBUG:revisor:Checking dependencies Initting progress bar for Resolving Dependencies DEBUG:revisor:Initting progress bar for Resolving Dependencies Traceback (most recent call last): File "/home/kanarip/devel/revisor/revisor/ready_screen.py", line 159, in button_forward_clicked self.gui.BuildMedia.start() File "/home/kanarip/devel/revisor/revisor/build_media.py", line 65, in start self.base.lift_off() File "/home/kanarip/devel/revisor/revisor/base.py", line 371, in lift_off self.check_dependencies() File "/home/kanarip/devel/revisor/revisor/base.py", line 255, in check_dependencies pbar = self.progress_bar("Resolving Dependencies", callback = True) File "/home/kanarip/devel/revisor/revisor/base.py", line 231, in progress_bar return revisor.progress.ProgressCallbackGUI(title = title, parent = self.mode, xml = self.mode.frame_xml) File "/home/kanarip/devel/revisor/revisor/progress.py", line 135, in init ProgressGUI.init(self, title = title, parent = parent, xml = xml) File "/home/kanarip/devel/revisor/revisor/progress.py", line 65, in init self.set_markup(title) File "/home/kanarip/devel/revisor/revisor/progress.py", line 123, in set_markup buf = self.label.get_buffer() AttributeError: 'NoneType' object has no attribute 'get_buffer'
Check this, I had lift_off() count the times it was executed:[[BR]] Initting progress bar for Creating DVD Dual Layer ISO Images[[BR]] DEBUG:revisor:Initting progress bar for Creating DVD Dual Layer ISO Images[[BR]] This is the 2 time that lift_off() is called[[BR]] DEBUG:revisor:This is the 2 time that lift_off() is called[[BR]]
Fixed in commit 8e5ff54
Metadata Update from @jsteffan: - Issue assigned to kanarip - Issue set to the milestone: 2.0.3 Release
Log in to comment on this ticket.