On 4/6/07, Darren Dale <[EMAIL PROTECTED]> wrote: > On Friday 06 April 2007 04:37:46 pm Fernando Perez wrote: > > import sys > > import numpy as N > > import pylab as P > > > > print "Numpy version:",N.__version__ > > sys.stdout.flush() > > > > P.imshow(N.ones((4,4),dtype=N.uint8)) > > P.show() > > Yep, I also see it, with svn 3163. It looks like the problem is only with the > uint8 data type, I cant reproduce it with any other types.
Yup. I'm trying to work around the crash in the original code by recasting to some other type, but no luck so far... John: my build scripts always do a full clean, so I'm pretty sure that it's not picking up stray extensions. They remove all traces of the previous build as well as the currently installed code... Cheers, f ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel