On Sat, Apr 12, 2008 at 10:10 AM, Fabio Tonti <[EMAIL PROTECTED]> wrote: > Thank you! Unfortunately I think you are also right with your last > assumption. It just looks like an empty plot. > As a consequence, I tried this example with the new "knoboo" spkg, but here > is what I get: > > from pylab import * > > > Traceback (most recent call last): > File "<input>", line 1, in <module> > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/pylab.py", > line 1, in <module> > from matplotlib.pylab import * > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/matplotlib/pylab.py", > line 197, in <module> > from cbook import flatten, is_string_like, exception_to_str, popd, \ > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/matplotlib/cbook.py", > line 8, in <module> > import numpy as npy > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/__init__.py", > line 43, in <module> > import linalg > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/linalg/__init__.py", > line 4, in <module> > from linalg import * > File > "/home/fabio/sage-2.11-debian32-intel-i686-Linux/local/lib/python2.5/site-packages/numpy/linalg/linalg.py", > line 25, in <module> > from numpy.linalg import lapack_lite > ImportError: liblapack.so: cannot open shared object file: No such file or > > > Should I open a new thread about this error? (I'm not sure how spkgs are > handled)
NO. The Knoboo notebook is not yet supposed to actually work with anything in the Sage library, beyond basic testing of Python code. I won't go into why here, since I don't actually know. Rest assured that Dorian and Alex and working on actually supporting using Sage functionality from knoboo... -- William --~--~---------~--~----~------------~-------~--~----~ 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
