在Sage中加载文件时出错

时间:2016-10-04 16:22:15

标签: sage

我正在尝试在Mac上使用Sage并且不是特别精通计算机(例如,我仍然没有弄清楚我对PATH的意图是什么,并且发现安装文档有点令人生畏)。我从命令行运行sage来自包含文件“test.sage”的特定文件夹但是当我把'load(“test.sage”)'时,我收到以下错误消息:

TypeError Traceback(最近一次调用最后一次)  in() ----> 1次加载(“test.sage”)

/Applications/SageMath/src/sage/structure/sage_object.pyx in sage.structure.sage_object.load(/Applications/SageMath/src/build/cythonized/sage/structure/sage_object.c:11186)()< / p>

 if sage.repl.load.is_loadable_filename(filename):
     sage.repl.load.load(filename, globals())
     return 

/Applications/SageMath/local/lib/python2.7/site-packages/sage/repl/load.pyc in load(filename,globals,attach)

 if attach:
      add_attached_file(fpath)
      exec(preparse_file(open(fpath).read()) + "\n", globals)
 elif ext == '.spyx' or ext == '.pyx':
     if attach:

错误消息

TypeError: expected string without null bytes"

早些时候我正在尝试同样的事情并收到消息: “IOError('找不到加载或附加文件%r'”

我想知道是否有人可以告诉我我做错了什么或者可能会尝试解决问题?

0 个答案:

没有答案