I downloaded the latest 64-bit dmg of Sage for OS X and installed it. It works, but I get a strange error message about sage-64.txt. Specifically, if I put the following lines in a sage file and run sage with that file for input, (here are the lines)
L = [[cos(pi*i/100),sin(pi*i/100)] for i in range(200)] print "1"; p = polygon(L, rgbcolor=(1,1,0)) print "2"; p.show() print "3" then I do get the plot from p.show, but in the console window I get the following output: Detected SAGE64 flag Building Sage on OS X in 64-bit mode Building Sage on OS X in 64-bit mode Creating SAGE_LOCAL/lib/sage-64.txt since it does not exist Detected SAGE64 flag Building Sage on OS X in 64-bit mode Building Sage on OS X in 64-bit mode Creating SAGE_LOCAL/lib/sage-64.txt since it does not exist Detected SAGE64 flag Building Sage on OS X in 64-bit mode 1 2 3 Michael-Beesons-iMac:~ beeson$ The error messages repeat once for every line in the input file (yet the all precede the output from any of the commands). If sage is started from the shell prompt, I get this error message just once, and the interactive session is thereafter normal. Googling the error message produced a reference to patch 9960 but I couldn't make sense of what to do to fix it. Searching this site for the error message or for sage-64.txt produced no results. -- 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 URL: http://www.sagemath.org