Re: sortable table in python 3.0

2009-02-08 Thread Martin v. Löwis
Peter Pei wrote: > In one of my program, I used something called MultiColumnList, which is > one of the sortable table widgets done in python. However 3.0 sort is > different. I googled and found couple of other implementations, but all > in python 3.0 -. > > Does anyone know any solution in 3.0?

sortable table in python 3.0

2009-02-07 Thread Peter Pei
In one of my program, I used something called MultiColumnList, which is one of the sortable table widgets done in python. However 3.0 sort is different. I googled and found couple of other implementations, but all in python 3.0 -. Does anyone know any solution in 3.0? or anything that has alre