[pygtk] problem appending data to Clist using libglade
Hugo Varotto
hvarotto@mediaone.net
Thu, 07 Sep 2000 00:05:25 -0400
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 is equivalent to ['b', 'l', 'a', 'h']).
>
> James.
>
> --
> Email: james@daa.com.au
> WWW: http://www.daa.com.au/~james/
>
> _______________________________________________
> pygtk mailing list pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk