On Sun, Jan 3, 2010 at 12:41 PM, Ken Levasseur <klevass...@mac.com> wrote: > Yes, the sample interact works fine on http://sagenb.org. The problem isn't > fixed in V4.3 for OSX10.6, right? >
No. I spent nearly a week working on these issues when OS X 10.6 was released, and haven't worked on it since. For some reason, nobody else has made any progress either. My best guess is still that Apple probably introduced a serious bug in their version of GCC. I've been meaning to try to build GCC myself from source on OS X and see if that helps. I don't think anybody has tried that yet. William > Ken > > > On Jan 3, 2010, at 1:13 PM, William Stein wrote: > >> On Sun, Jan 3, 2010 at 9:43 AM, Ken Levasseur <klevass...@mac.com> wrote: >>> I've been trying to get an interaction running with the interact >>> function but even the simplest ones don't run as expected on my >>> version of Sage ('Sage Version 4.2.1, Release Date: 2009-11-14'). >>> Sage is running on my MacBook Pro (w/ OSX 10.6.2). >>> >>> For example, if I evaluate >>> >>> @interact >>> def _(n=slider(1,10)): >>> plt=plot(cos(n*x),(x,-pi,pi)) >>> show(plt) >>> >>> >>> all I get is the slider, no plot. Is there a library I'm missing, or >>> something? >> >> Does the same thing work fine for you at http://sagenb.org? >> >> If so, then you're likely having exactly the problem that you saw >> indicated when you started Sage in the startup message. >> >> William >> >> -- >> 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 > > -- > 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 > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org -- 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