Has anyone run into the same problem I have? I used to run matplotlib with Python2.5 and everything worked fine. Now I use Python2.6, and everything falls apart.
I installed numpy, libpng, and freetype as required by matplotlib, and the installation all went well. But when I try to plot even the simplest stuff, ex: plot([1,2,3,4]) It crashes, segmentation fault. I tried changing the backend to Agg, TkAgg, GTKAgg in matplotlibrc and it made no difference. Any suggestions or pointers would be appreciated! Thanks! -- http://mail.python.org/mailman/listinfo/python-list