From: Stefan v. d. W. <st...@su...> - 2006-10-23 23:57:37
|
On Mon, Oct 23, 2006 at 05:28:05PM -0600, Travis Oliphant wrote: > Yes it has. Fixed. > > I think ctypes 1.0.1 is required for ndpointer to work, so we might c= onsider > > some kind of version check + warning on import?=20 > > =20 > Not sure about that. It worked for me using ctypes 1.0.0. You have to excercise ctypes beyond the normal unit tests for it to break (my code did, the moment the update went into numpy). I can confirm that it runs fine with ctypes 1.0.1. Regards St=E9fan |