> I was able to get the image to work last time I tried, so it's definitely
> possible.

when I do sage: r.png() I get:

<class 'rpy.RException'>: Error in function (filename = "Rplot
%03d.png", width = 480, height = 480,  :
  X11 is not available

and well...... that's both from console and notebook, and from plain
R /opt/sage/local/bin/R... just like if it was compiled without
graphics support, probably it could work if --with-x11 or so... and it
seem it's the case because of hack from spkg-install:

# I have problems with this on OSX Intel 10.5.1 -- for now just turn
it off.
# It will be good to get something fully working before worrying about
X.
#if [ -f /usr/include/X11/Xwindows.h ]; then
#    XSUPPORT=yes
#else
XSUPPORT=no
#fi

so from it I guess images are left for later :) as I'm on Linux I will
uncomment this to test them.

regards,
Andrzej.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to