[pygtk] Speaking of libglade...
James Henstridge
james@daa.com.au
Thu, 07 Feb 2002 12:04:51 +0800
Ralph Walden wrote:
>I seem to be having some trouble with libglade
>for glade files larger than about 230K. libglade
>cannot seem to find widget names for widgets near
>the end of a file this big. If I chop the end off
>the file and put it in a new file (fun with vi),
>then things work o.k. from the new file.
>
>What could I be doing wrong?
>
>I'm using gtk 1.2.9, python 2.1, pygtk 0.6.8, libglade 0.16.
>
Do you have repeated widget names? That is usually the cause of these
problems. Try doing a grep for "<name>" in the glade file, and look for
duplicates.
James.
--
Email: james@daa.com.au
WWW: http://www.daa.com.au/~james/