|
I believe that actually it should be: gtk.ListStore(*[str] * x) With an extra ‘*’ in front of
the argument-list; otherwise it’s 1 argument to the ListStore constructor
instead of an x number of positional arguments. Cheers, --Tim From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arie Timmerman 2006/2/20, Johan Dahlin <[EMAIL PROTECTED]>: [..]
|
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
