Ticket #507 (closed defect: fixed)
[with patch] Bad error message when running a script
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.5 |
| Component: | interfaces | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
1. Create a script test.sage with this 1 line
solve([x==1], x)
2. Run it like so:
$ sage test.sage Exception exceptions.AttributeError: "'NoneType' object has no attribute 'ExceptionPexpect'" in ignored
3. If you put instead
print solve([x==1], x)
then everything works fine.
Clearly there is a bug there, probably with quitting the pexpect interface to maxima.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

