On Friday, 27 July 2012 05:59:43 UTC+8, Jean-Pierre Flori wrote: > > > > On Thursday, July 26, 2012 4:30:20 PM UTC+2, Dima Pasechnik wrote: >> >> any BLODA on your machine, by any chance? >> http://cygwin.com/faq/faq.using.html#faq.using.bloda >> >> Nothing on the list there at least. > I also uninstalled some Lenovo stuff but Cygwin and MinGW are still quite > slow. > > Rebasing between the build and install stuff was enough to properly make > Maxima. > Afterwards I had no further issue, except that Sage does not launch > properly. > More precisely, the principal software interfaces work ok (singular, > python, ipython, maxima, ecl, gap, sh), and can compute 1+1. > But somehow when launching the real sage interface ipython seems unable to > locate the dll of the cython compiled module (although they are right in > plac ein local/lib/python2.7/site-packages/sage/...). >
maybe something needs to be symlinked in local/bin rather than in local/lib ? or try to add these local/lib/python2.7/site-packages/sage/ to PATH (or to LD_LIBRARY_PATH?!) > Strange. > well, that's a typical for Cygwin mixup, when dll's are "libs", but actually for windows they are executables... I recall seeing something like this... > The main failure is about importing current_randtest in sage;misc.randtest > , but I guess this is because it is the first dll which gets loaded. > Then the prompt is kind of broken, but has apparently ipython working ok > (it can compute 1+1). > -- -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
