Description of problem: When selecting an Entry in Revelation the following error message appears: Traceback (most recent call last): File "/usr/bin/revelation", line 406, in <lambda> self.tree.selection.connect("changed", lambda w: self.__state_entry(self.tree.get_selected())) File "/usr/bin/revelation", line 445, in __state_entry e = self.entrystore.get_entry(iter) File "/usr/lib/python2.4/site-packages/revelation/data.py", line 400, in get_entry e = self.get_value(iter, COLUMN_ENTRY) File "/usr/lib/python2.4/warnings.py", line 61, in warn warn_explicit(message, category, filename, lineno, module, registry) File "/usr/lib/python2.4/warnings.py", line 82, in warn_explicit for item in filters: TypeError: unknown type (null) When selecting an entry after this message appears the program crashes Version-Release number of selected component (if applicable): revelation-0.4.11-2.el5 How reproducible: allways
This is due to https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237077 See also: http://mail.codepoet.no/archives/revelation-list/2007-May/000376.html
So the only solution at the moment is to sit around and wait until red hat comes down to fix this bug or am I wrong?
(In reply to comment #2) > So the only solution at the moment is to sit around and wait until red hat comes > down to fix this bug or am I wrong? Yes. (And sorry for the late reply) From Bug 237077, comment #4: "proposing this for 5.2."
Some cleanups (In reply to comment #3) > > So the only solution at the moment is to sit around and wait until red hat > > comes down to fix this bug or am I wrong? > Yes. (And sorry for the late reply) > From Bug 237077, comment #4: "proposing this for 5.2." Bug 237077 got closed as ERRATA, so this should be fixed as well.