savefig 0.91

Hi folks

I’m using ubuntu 8.04 lts and matplotlib 0.91

I cannot upgrade in this moment.

On my app (for web) I fix several errors (because I did her in 0.99)

My last error (I think it is) is on savefig

It tells me that cannot open file

on log error, appears on write_png method.

Is this permission on directory? or a bug?

thanks in advanced

Can you please post the entire traceback?

Mike

Samuel Teixeira Santos wrote:

···

Hi folks

I'm using ubuntu 8.04 lts and matplotlib 0.91

I cannot upgrade in this moment.

On my app (for web) I fix several errors (because I did her in 0.99)

My last error (I think it is) is on savefig

It tells me that cannot open file

on log error, appears on write_png method.

Is this permission on directory? or a bug?

thanks in advanced
------------------------------------------------------------------------

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

I fix it.

It was a dumb error

I using '' on windows

and on ubuntu-linux I must use ‘/’…

sorry…

and thanks

2010/3/16 Michael Droettboom <mdroe@…86…>

···

Can you please post the entire traceback?

Mike

Samuel Teixeira Santos wrote:

Hi folks

I’m using ubuntu 8.04 lts and matplotlib 0.91

I cannot upgrade in this moment.

On my app (for web) I fix several errors (because I did her in 0.99)

My last error (I think it is) is on savefig

It tells me that cannot open file

on log error, appears on write_png method.

Is this permission on directory? or a bug?

thanks in advanced



Download Intel® Parallel Studio Eval

Try the new software tools for yourself. Speed compiling, find bugs

proactively, and fine-tune applications for parallel performance.

See why Intel Parallel Studio got high marks during beta.

http://p.sf.net/sfu/intel-sw-dev



Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Michael Droettboom

Science Software Branch

Operations and Engineering Division

Space Telescope Science Institute

Operated by AURA for NASA

Samuel Teixeira Santos wrote:

I fix it.

It was a dumb error

I using '\' on windows
and on ubuntu-linux I must use '/'...

note that '\' works in Windows for the most part. Or, better yet, use os.path.join() and friends.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...