Re: update or refresh a Listbox widget

2006-04-03 Thread Recoruds
it might be very slow when the data is big... -- http://mail.python.org/mailman/listinfo/python-list

Re: how to convert string

2006-04-05 Thread Recoruds
for i in xrange(10): print i, this could be fine. -- http://mail.python.org/mailman/listinfo/python-list