In one computer with newest beta I computed 1+2 in SageNB and got

Python 2.7.10 (default, Jul 19 2016, 10:26:31)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import os;os.chdir("/tmp/tmpAWi_n0");
execfile("_sage_input_1.py")
START1

import os;os.chdir("/tmp/tmpINkgHk");
execfile("_sage_input_2.py")
Traceback (click to the left of this block for traceback)
...
3

The error seems to be

TypeError: load() got an unexpected keyword argument 'attach'

and this has been discussed before. But what is the solution to this? This does not happen every time with "1+2" or something similar, but for all cells of maybe 5 line or longer this do happen.

--
Jori Mäntysalo

Reply via email to