From: Alan G I. <ai...@am...> - 2005-07-30 13:03:21
|
On Sat, 30 Jul 2005, kristen kaasbjerg apparently wrote: > RuntimeError: _image_module::readpng could not open > PNG file C:\Documents and > Settings\Kristen\.matplotlib\tex.cache\30565a8911a6bb487e3745c0ea3c8224_96.png > for reading > ______________________________________________________ > Any idea of what I'm missing?? Not really, but I wonder if it is related to my problem below. Both look like a temp file cannot be found. I am on Win2000; how about you? Alan Isaac Traceback (most recent call last): File "C:\temp8.py", line 30, in ? savefig('/temp.eps') File "C:\Python24\Lib\site-packages\matplotlib\pylab.py", line 773, in savefig return fig.savefig(*args, **kwargs) File "C:\Python24\Lib\site-packages\matplotlib\figure.py", line 636, in savefig self.canvas.print_figure(*args, **kwargs) File "C:\Python24\Lib\site-packages\matplotlib\backends\backend_tkagg.py", line 179, in print_figure agg.print_figure(filename, dpi, facecolor, edgecolor, orientation) File "C:\Python24\Lib\site-packages\matplotlib\backends\backend_agg.py", line 474, in print_figure ps.print_figure(filename, dpi, facecolor, edgecolor, orientation) File "C:\Python24\Lib\site-packages\matplotlib\backends\backend_ps.py", line 1103, in print_figure shutil.move(epsfile, outfile) File "C:\Python24\lib\shutil.py", line 189, in move copy2(src,dst) File "C:\Python24\lib\shutil.py", line 92, in copy2 copyfile(src, dst) File "C:\Python24\lib\shutil.py", line 47, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: '80bc875819e5bf1b449889aadd91b3af.eps' |