Hi,

I can confirm the crash of python.exe when saving PNG files using 
matplotlib 0.98.5.3 under Python 2.5.4 and 2.6.2 (32 bit binaries from 
python.org) on Windows Vista 64 bit. Saving to a PDF file works. The 
crash occurs in _png.write_png(). When replacing the file _png.pyd with 
version 0.98.5.2 saving of PNG files works. There were no changes in the 
write_png function since 0.98.5.2.

import matplotlib
matplotlib.use('Agg')
from matplotlib import pylab
pylab.plot([0], [0])
pylab.savefig("test.png") # crashes here
pylab.close()

Thanks,

Christoph

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to