Re: [Numpy-discussion] Array protocol and wxPython

2007-07-09 Thread Christopher Barker
Timothy Hochberg wrote: > This is mainly addressed to Chris Barker since he seems to follow > wxPython pretty closely. I do try to. > Does anyone know if anyone ever tried to get wxPython to use the array > protocol to speed up the internal conversion of arrays? Not that I've heard of. A note

[Numpy-discussion] Array protocol and wxPython

2007-07-09 Thread Timothy Hochberg
This is mainly addressed to Chris Barker since he seems to follow wxPython pretty closely. Does anyone know if anyone ever tried to get wxPython to use the array protocol to speed up the internal conversion of arrays? I was toying with the idea of giving it a try if no one's got around to it. --