Comment 7 for bug 630919

Revision history for this message
Tjelvar Olsson (tjelvaro) wrote : RE: [Bug 630919] Re: DreamPie crash on typing "for i in range("

Hi Noam,

If you let me know how to check out the latest revision from your project, I'll be happy to test your fix on my system.

Cheers,

Tjelvar

> Date: Tue, 21 Sep 2010 23:39:13 +0000
> From: <email address hidden>
> To: <email address hidden>
> Subject: [Bug 630919] Re: DreamPie crash on typing "for i in range("
>
> It turns out that get_window() was introduced in PyGTK 2.14. The 2.12 way (which still works) is widget.window.
> So I switched and it should work now.
> Fixed in revision 198.
>
>
> ** Changed in: dreampie
> Status: Incomplete => Fix Committed
>
> --
> DreamPie crash on typing "for i in range("
> https://bugs.launchpad.net/bugs/630919
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in DreamPie - The Python shell you've always dreamed about!: Fix Committed
>
> Bug description:
> Variables:
> File "/home/tolsson/source/dreampie/dreampie-1.1/dreampielib/gui/call_tip_window.py", line 184, on_resizegrip_event(self=<dreampi...x8a6a70c>, _widget=<gtk.Eve...89aaca8)>, event=<GdkEven...bf8117a0>)
> {'win': []}
>
> Traceback (most recent call last):
> File "/home/tolsson/source/dreampie/dreampie-1.1/dreampielib/gui/call_tip_window.py", line 184, in on_resizegrip_event
> win = rg.get_window()
> AttributeError: 'gtk.EventBox' object has no attribute 'get_window'
>
> Using Debian 5 (Lenny). DreamPie installed from source code using 'python setup.py install'.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/dreampie/+bug/630919/+subscribe