Opened 10 years ago
Last modified 9 years ago
#14066 closed defect
FIx IPython 0.13 issues — at Version 7
Reported by: | jason | Owned by: | was |
---|---|---|---|
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!
- The following (from #12719)
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
Change History (7)
comment:1 Changed 10 years ago by
- Description modified (diff)
comment:2 Changed 10 years ago by
- Description modified (diff)
comment:3 Changed 10 years ago by
- Description modified (diff)
comment:4 Changed 10 years ago by
Regarding (3), loading a sage file (i.e., %runfile init.sage) certainly works with sage syntax like load. So the problem appears to be that the %runfile code isn't being used to run init.sage.
comment:5 Changed 10 years ago by
- Description modified (diff)
(2) is certainly not related to IPython.
comment:6 Changed 10 years ago by
- Component changed from PLEASE CHANGE to user interface
- Owner changed from tbd to was
comment:7 Changed 10 years ago by
- Description modified (diff)
- Priority changed from major to blocker
Note: See
TracTickets for help on using
tickets.
Another