Gdk-WARNING and LogMessage

Hello List!

I am getting an odd effect on Linux (Ubuntu Hoary, current wx-package (2.5 series against python 2.4.1))

I get an error saying:

(pyped.py:6554): Gdk-WARNING ** : gdkdrawable-x11.c:970 drawable is not a pixmap or window

1. What does 6554 refer to here? My script (pyped.py) only has approximate 3k lines, though there are many imports.

2. What is this referring to? The offending code is in the FrogEdit demo, and seems to be happening wherever a wx.LogMessage is generated (example, in the "MakeLogWindow" function).

Thanks

Gregg Lind
University of Minnesota

Seg, 2005-06-27 às 12:47 -0500, Gregg Lind -- Biostatistics escreveu:

Hello List!

I am getting an odd effect on Linux (Ubuntu Hoary, current wx-package
(2.5 series against python 2.4.1))

I get an error saying:

(pyped.py:6554): Gdk-WARNING ** : gdkdrawable-x11.c:970 drawable is not
a pixmap or window

1. What does 6554 refer to here? My script (pyped.py) only has
approximate 3k lines, though there are many imports.

This number is the system process id (PID).

2. What is this referring to? The offending code is in the FrogEdit
demo, and seems to be happening wherever a wx.LogMessage is generated
(example, in the "MakeLogWindow" function).

Don't know.