Comment 2 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,

It does happen every time. I think it might have to do with the tooltip pop-up.

Let me know if you need any more info.

Cheers,

Tjelvar

> Date: Mon, 6 Sep 2010 06:00:17 +0000
> From: <email address hidden>
> To: <email address hidden>
> Subject: [Bug 630919] Re: DreamPie crash on typing "for i in range("
>
> This seems like a bug in PyGTK, since gtk.EventBox should have a method
> 'get_window'.
>
> Does this happen every time you type 'for i in range('?
>
> Can you try (in the regular Python shell, if you like) to run this:
> >>> import gtk
> >>> eb = gtk.EventBox()
> >>> eb.get_window()
>
> Thanks,
> Noam
>
> ** Changed in: dreampie
> Status: New => Incomplete
>
> --
> 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!: Incomplete
>
> 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