Bug 243239 - Traceback on startup
Summary: Traceback on startup
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-kickstart
Version: 7
Hardware: i386
OS: Linux
low
high
Target Milestone: ---
Assignee: Chris Lumens
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-08 06:15 UTC by Luke Macken
Modified: 2016-09-20 02:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-08 12:58:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Luke Macken 2007-06-08 06:15:50 UTC
Description of problem:
I'm getting the following traceback when running system-config-kickstart in F7.


Component: system-config-kickstart

Summary: TBefdff07c selinuxPage.py:75:__init__:AttributeError: 'NoneType' object
has no attribute 'set_model'



Traceback (most recent call last):

  File "/usr/bin/system-config-kickstart", line 81, in <module>

    kickstartGui.kickstartGui(file)

  File "/usr/share/system-config-kickstart/kickstartGui.py", line 165, in __init__

    self.firewall_class = firewall.Firewall(xml, self.ksHandler)

  File "/usr/share/system-config-kickstart/firewall.py", line 99, in __init__

    self.selinuxWindow = selinuxWindow(selinuxXml)

  File "/usr/share/system-config-kickstart/firewall.py", line 40, in __init__

    selinuxPage.__init__(self, xml, doDebug, inFirstboot)

  File "/usr/share/system-config-securitylevel/selinuxPage.py", line 75, in __init__

    self.enabledOptionMenu.set_model(listStore)

AttributeError: 'NoneType' object has no attribute 'set_model'



Local variables in innermost frame:

xml: <glade.XML object (PyGladeXML) at 0x8d8d374>

listStore: <gtk.ListStore object (GtkListStore) at 0x941407c>

doDebug: None

self: <firewall.selinuxWindow instance at 0x94132cc>

inFirstboot: False




Version-Release number of selected component (if applicable):
system-config-kickstart-2.7.7-1.fc7

Comment 1 Chris Lumens 2007-06-08 12:58:23 UTC
Please downgrade to system-config-securitylevel-1.7.0.


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