On Thu, 29 Mar 2007, Erik Grinaker wrote:

> On Thu, 2007-03-22 at 20:12 +0100, Dag Wieers wrote:
> > On Wed, 21 Mar 2007, Erik Grinaker wrote:
> > > On Wed, 2007-03-21 at 04:27 +0100, Dag Wieers wrote:
> > > > I get the following traceback on a RHEL5 installation. Not sure if this 
> > > > is 
> > > > something wrong with my packaging or it is the python 2.4 that is 
> > > > failing.
> > > > 
> > > > I do not have this problem on Fedora Core 6 though. (with the same 
> > > > 2.4.3 and newer 2.4.4 version).
> > > > 
> > > >         Traceback (most recent call last):
> > > >           File "/usr/bin/revelation", line 266, in <lambda>
> > > >             self.tree.selection.connect("changed", lambda w: 
> > > > self.__state_entry(self.tree.get_selected()))
> > > >           File "/usr/bin/revelation", line 305, 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)
> > > 
> > > This is a bug in pygtk, which has been fixed in a later release.
> > 
> > Do you have a reference for this ? So I can open a bug report for RHEL5 
> > (so U1 can fix this).
> 
> See bug #180
> 
> http://svn.codepoet.no/revelation/ticket/180
> 
> And the release announcement for pygtk 2.10.3 (I believe it is the
> crasher bug they mention, but details are sketchy):
> 
> http://www.daa.com.au/pipermail/pygtk/2006-October/012926.html

The summary for that bug says:

        - Fix a crasher bug introduced in 2.10.2 (Gustavo)

While the version of pygtk2 shipped with RHEL5 is actually:

        pygtk2-2.10.1-8.el5

The changelog for 2.10.2 however says this:

        pygtk-2.10.2 3-october-2006
            - distutils / win32 compilation fixes (Cedric Gustin)
            - gtk.TreeSelection.selected_foreach bug fix (#347273, Gustavo)
            - Fix compilation older C compilers (John Ehresman)

But I'm not sure if this is related to the 
gtk.TreeSelection.selected_foreach bug.

Sadly the svn website:

        http://svn.codepoet.no/revelation/ticket/180

seems to be currently down.

I opened a bug report at Red Hat for this at:

        https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237077

where we could gather reports from others.

Kind regards,
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[all I want is a warm bed and a kind word and unlimited power]

Reply via email to