On 20 Feb., 17:45, John H Palmieri <jhpalmier...@gmail.com> wrote: > On Feb 19, 11:08 am, mhampton <hampto...@gmail.com> wrote: > > > All tests passed on an upgrade from the alpha0, on a 10.6.2 mac. > > -Marshall > > On two separate 10.6.2 machines, I was unable to upgrade successfully: > after upgrading, any attempt to run Sage would give me a segfault. > > With a build from scratch, all tests passed on one machine, while on > another I see > > -------------- > > The following tests failed: > > sage -t -long "devel/sage/sage/plot/plot3d/base.pyx" > > The failures all end with the message > > ImportError: The _imaging C module is not installed > > -- > John
Hi John, AFAIK, the "_import" module is built by the PIL spkg. Try reinstalling it, eventually you have to issue "export SAGE_BINARY_BUILD=yes" before, in order to make PIL build sanely (I have to do that every time on my production machine). I have no idea whether this is related to the segfaults you see after updating, however. Were these installs older than the MACOSX_DEPLOYMENT_TARGET patch (I don't remember the ticket number)? That would explain it, and then you should do clean full installs anyway. Cheers, Georg -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org