Opened 10 years ago
Last modified 10 years ago
#14066 closed defect
FIx IPython 0.13 issues — at Version 2
Reported by: | jason | Owned by: | tbd |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.7 |
Component: | user interface | Keywords: | |
Cc: | vbraun | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Can we keep this ticket open to track all the remaining IPython issues left over from #12719?
Still outstanding:
From Kannappan Sampath:
- I am unable to exit by typing "exit", but Ctrl+D however works!
- Usually on the first run of sage, I receive some directive from Sage asking me not to interrupt as it is setting some paths. I did not receive such a directive this time...
-
jec@fermat%./sage ---------------------------------------------------------------------- | Sage Version 5.7.beta1, Release Date: 2013-01-26 | | Type "notebook()" for the browser-based notebook interface. | | Type "help()" for help. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** --------------------------------------------------------------------------- NameError Traceback (most recent call last) /home/jec/sage-5.7.beta1/local/lib/python2.7/site-packages/IPython/utils/py3compat.pyc in execfile(fname, *where) 176 else: 177 filename = fname --> 178 __builtin__.execfile(filename, *where) /home/jec/.sage/init.sage in <module>() ----> 1 load /home/jec/sage/ecdb.py NameError: name 'load' is not defined
I don't know if (2) is our problem, but we should double-check that the message isn't disabled if it should be printed
Change History (2)
comment:1 Changed 10 years ago by
- Description modified (diff)
comment:2 Changed 10 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Another