Hi,
I upgraded today to matplotlib 0.87.3, compiled from source.
I noticed the following error when in my application I try to export the plot in EPS format. The odd thing is that the export actually works and produces a good eps file, but nevertheless...

File "hooke.py", line 354, in ExportImage #that's my wxpython+MPL app
    self.figure.savefig(filename)
File "/usr/lib/python2.4/site-packages/matplotlib/figure.py", line 660, in savefig
    self.canvas.print_figure(*args, **kwargs)
File "/usr/lib/python2.4/site-packages/matplotlib/backends/backend_ps.py", line 1123, in print_figure
    else: shutil.move(tmpfile, outfile)
  File "/usr/lib/python2.4/shutil.py", line 193, in move
    copy2(src,dst)
  File "/usr/lib/python2.4/shutil.py", line 93, in copy2
    copystat(src, dst)
  File "/usr/lib/python2.4/shutil.py", line 68, in copystat
    os.utime(dst, (st.st_atime, st.st_mtime))
OSError: [Errno 1] Operation not permitted: 'figura001.eps'

Thanks as usual!

Massimo

--
Massimo Sandal
University of Bologna
Department of Biochemistry "G.Moruzzi"

snail mail:
Via Irnerio 48, 40126 Bologna, Italy

email:
[EMAIL PROTECTED]

tel: +39-051-2094388
fax: +39-051-2094387
begin:vcard
fn:Massimo Sandal
n:Sandal;Massimo
org:University of Bologna;Department of Biochemistry
adr:;;Via Irnerio 48;Bologna;;40126;Italy
email;internet:[EMAIL PROTECTED]
tel;work:+39-051-2094388
tel;fax:+39-051-2094387
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to