Thank you Michael,
that worked - sage 'make test' succeeds

Now I ran into another question I had solved before?

How do I display a png file in the notebook?
I can't find it in the documentation?!
Started reading code, but the answer ought to be trivial...

filename = tmp_filename() + '.png'
r.png(file='"%s"'%filename)
a=r([1,2,3]);b=r([4,5,6])
r.plot(a,b)
r.dev_off()

#now what do I do?
show??

-gerhard
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to