On Friday 28 January 2005 14:24 pm, Craig Ringer wrote:
> Out of curiosity, would this be for an extension module used in an
> embedded Python interpreter, or for plain extension module for use with
> a standalone interpreter?

I am writing an application program using Python and PyQt:
https://savannah.nongnu.org/projects/lmc/

At one point I am using a QListView but need my items to be sorted 
numerically. There is no function to set the sort-criterea and the solution 
to this is subclassing QListViewItem and overwrite the comparison functions. 
However, doing so in Python was awfully slow for a greater number of items, 
so I want to rewrite this in C++ and wrap it back to python.

Ciao
Uwe
-- 
Kilroe hic erat!

Attachment: pgp3PoEGtLKbc.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to