Bug 403381 - 'NoneType' object has no attribute 'gridWrappedWindow' when attempting to save an exception log in text mode
Summary: 'NoneType' object has no attribute 'gridWrappedWindow' when attempting to sav...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-28 19:37 UTC by Lubomir Kundrak
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-28 22:02:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lubomir Kundrak 2007-11-28 19:37:31 UTC
The following happens when I try to save an exception log in text mode:

+++ This bug was initially created as a clone of Bug #396851 +++

...

The output is so ugly, because I was unable to save an exception log, as the
following happened when I hit 'Save:'

              Traceback (most recent call last):                                
  File "/usr/bin/anaconda", line 945, in <module>elects   |  <F12> next screen
    handleException(anaconda, sys.exc_info())
  File "/usr/lib/anaconda/exception.py", line 445, in handleException
    runSaveDialog(anaconda, "/tmp/anacdump.txt")
  File "/usr/lib/anaconda/exception.py", line 329, in runSaveDialog
    saveWin.run()
  File "/usr/lib/anaconda/text.py", line 229, in run
    result = toplevel.run()
  File "/usr/lib/python2.5/site-packages/snack.py", line 666, in run
    self.create(x, y)
  File "/usr/lib/python2.5/site-packages/snack.py", line 662, in create
    self.screen.gridWrappedWindow(self, self.title, x, y)
AttributeError: 'NoneType' object has no attribute 'gridWrappedWindow'
install exited abnormally [1/1]

-- Additional comment from clumens on 2007-11-28 13:33 EST --
This should be fixed in the next build of anaconda.  Please file the bug about
the exception dialog in text mode separately.  Thanks.


Note You need to log in before you can comment on or make changes to this bug.