On May 16, 2007, at 1:35 PM, Marshall Hampton wrote:
> I am having trouble getting the show() command to work in the > notebook. After the following commands: > > sage: a = [[[0.0, -1.0], [0.0, 1.0]], [[0.0, 1.0], [0.0, -1.0]]] > sage: pts3=[point((pt[0],pt[1])) for w1 in a for pt in w1] > sage: show(plot(pts3)) > > nothing happens. On the terminal display, it acts like the PNG file > is not there: > > file not found [Errno 2] No such file or directory: 'Users/guest/ > MySAGE/MySAGE/worksheets/test/cells/1/sage0.png' > nomad66-243.d.umn.edu - - [16/May/2007 15:27:33] "GET /Users/guest/ > MySAGE/MySAGE/worksheets/test/cells/1/sage0.png?1 HTTP/1.1" 404 - It's odd that the two lines have slightly different filenames (no leading "/" in the first one). Did you type this or copy/paste? It's a silly question, but it helps to rule out some things (and you deserve an award of some type if you did type it in :-}) Could be quirk of the logging function, or it could be an explanation... The above works fine on my Mac (which doesn't help, of course). No spaces in the name, it appears. Did you try opening the file by copy/pasting the name from the log to the terminal? Justin -- Justin C. Walker, Curmudgeon-at-Large () The ASCII Ribbon Campaign /\ Help Cure HTML Email --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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/ -~----------~----~----~----~------~----~------~--~---
