2006/2/20, Johan Dahlin <[EMAIL PROTECTED]>:
[..]
gtk.ListStore([str] * x)
--
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source
It doesn't work actually:
>>> store = gtk.ListStore([str]*4)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
TypeError: could not get typecode from object
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
