Hmm. It doesn't look app specific. Can you run shells from the app? e.g. from the menu "Terminal Session" > "Sage". If so can you then run notebook() from the sage session?
I'm downloading it now to see if I can reproduce this, but I'm leaving for the weekend, so I won't get to it right away. -Ivan On Aug 26, 2011, at 5:31 PM, Questor wrote: > Sage-4.7.1-OSX-64bit-10.6.app > (these errors are from the cp in the README; drag and drop gives > similar errors) > > Last login: Fri Aug 26 10:21:03 on console > '/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/sage/'/ > sage --notebook > % '/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/'/sage --notebook > ---------------------------------------------------------------------- > | Sage Version 4.7.1, Release Date: 2011-08-11 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > Please wait while the Sage Notebook server starts... > Traceback (most recent call last): > File "/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage//local/bin/sage-notebook", line 9, in <module> > from sage.server.notebook.all import notebook > File "/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/local/lib/python2.6/site-packages/sage/server/notebook/all.py", > line 22, in <module> > from sagenb.notebook.all import * > File "/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/devel/sagenb/sagenb/notebook/all.py", line 16, in <module> > from notebook_object import notebook, inotebook > File "/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/devel/sagenb/sagenb/notebook/notebook_object.py", line 17, in > <module> > import notebook as _notebook > File "/Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/devel/sagenb/sagenb/notebook/notebook.py", line 30, in <module> > import cPickle > ImportError: dlopen(/Applications/Sage-4.7.1-OSX-64bit-10.6.app/ > Contents/Resources/sage/local/lib/python2.6/lib-dynload/cPickle.so, > 2): Symbol not found: _PyUnicodeUCS4_AsUTF8String > Referenced from: /Applications/Sage-4.7.1-OSX-64bit-10.6.app/ > Contents/Resources/sage/local/lib/python2.6/lib-dynload/cPickle.so > Expected in: flat namespace > in /Applications/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/ > sage/local/lib/python2.6/lib-dynload/cPickle.so > > -- > 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 > URL: http://www.sagemath.org -- 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 URL: http://www.sagemath.org
