Bug 498473 - manhole will not start: AttributeError
Summary: manhole will not start: AttributeError
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-twisted-core
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Thomas Vander Stichele
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-30 16:25 UTC by Michael Cronenworth
Modified: 2009-11-18 14:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-11-18 14:29:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Cronenworth 2009-04-30 16:25:02 UTC
Description of problem: 
Traceback (most recent call last):
  File "/usr/bin/manhole", line 21, in <module>
    manhole.run()
  File "/usr/lib/python2.5/site-packages/twisted/scripts/manhole.py", line 102, in run
    run(config)
  File "/usr/lib/python2.5/site-packages/twisted/scripts/manhole.py", line 154, in run_gtk2
    w = gtk2manhole.ManholeWindow()
  File "/usr/lib/python2.5/site-packages/twisted/manhole/ui/gtk2manhole.py", line 46, in __init__
    self.input = ConsoleInput(self._input)
  File "/usr/lib/python2.5/site-packages/twisted/manhole/ui/gtk2manhole.py", line 218, in __init__
    self.rkeymap[getattr(gtk.keysyms, name)] = name
AttributeError: 'module' object has no attribute '__getattr__'

Version-Release number of selected component (if applicable): python-twisted-core-2.5.0-4.fc9.i386 (on F10 machine)


How reproducible: Always


Steps to Reproduce:
1. $ manhole
  
Actual results: Traceback


Expected results: Running application


Additional info: Upstream has provided a fix[1].

[1] http://twistedmatrix.com/trac/ticket/2464

Comment 1 Bug Zapper 2009-11-18 11:53:10 UTC
This message is a reminder that Fedora 10 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 10.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '10'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 10's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 10 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Michael Cronenworth 2009-11-18 14:29:31 UTC
Looks like the fix was incorporated along the way... No longer seeing the error.

Current Version: python-twisted-core-8.2.0-3.fc11.i586


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