Oops! Never mind. Actually it had nothing to do with duplicate names in the glade file, but that my code was looking at the WRONG glade file!
Thanks for the help. Ralph Walden James Henstridge wrote: > > 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: [EMAIL PROTECTED] > WWW: http://www.daa.com.au/~james/ > > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
