Both 7.1 and the beta0 of 7.2 give me first run errors on OSX 10.11 on a 
Macbook:

*after *editing an initial print statement that otherwise throws an 
immediate error in relocate-once.py 

from

print "relocate-once.py -d <destination>"


to 

print("relocate-once.py -d <destination>")


========================

I get

'/Applications/SageMath-7.1.app/Contents/Resources/sage/sage' --notebook

Dess-MacBook:~ des$ 
'/Applications/SageMath-7.1.app/Contents/Resources/sage/sage' --notebook

RuntimeError: maximum recursion depth exceeded during compilation

Traceback (most recent call last):

  File 
"/Applications/SageMath-7.1.app/Contents/Resources/sage/src/bin/sage-notebook", 
line 7, in <module>

    import argparse

  File 
"/Applications/SageMath-7.1.app/Contents/Resources/sage/local/lib/python/argparse.py",
 
line 85, in <module>

    import collections as _collections

  File 
"/Applications/SageMath-7.1.app/Contents/Resources/sage/local/lib/python/collections.py",
 
line 9, in <module>

    from operator import itemgetter as _itemgetter, eq as _eq

ImportError: 
dlopen(/Applications/SageMath-7.1.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so,
 
2): Symbol not found: __PyUnicodeUCS4_AsDefaultEncodedString

  Referenced from: 
/Applications/SageMath-7.1.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so

  Expected in: flat namespace

 in 
/Applications/SageMath-7.1.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so

========================

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to