Re: [pygtk] problem appending data to Clist using libglade

2000-09-06 Thread Hugo Varotto
Awsome ! Thanks ! That definitely worked, as I said, I'm pretty new to Python. Regards, Hugo James Henstridge wrote: > > The append method takes a sequence of strings as its argument. So, pass > in ['blah'] rather than 'blah'. 'blah' looks like a sequence of one > character strings (it

Re: [pygtk] problem appending data to Clist using libglade

2000-09-06 Thread James Henstridge
On Wed, 6 Sep 2000, Hugo Varotto wrote: > > Hi to all, > > while writing a small program in Python using GTK and libglade, I found > a strange behaviour with CLists created with libglade. If I try to > append data to a clist, no matter what string I put in the "append" > instruction, the clist

[pygtk] problem appending data to Clist using libglade

2000-09-06 Thread Hugo Varotto
Hi to all, while writing a small program in Python using GTK and libglade, I found a strange behaviour with CLists created with libglade. If I try to append data to a clist, no matter what string I put in the "append" instruction, the clist only shows up the first lettter of the string. I'm very