Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the maple interface is broken in some configurations #1465

Closed
williamstein opened this issue Dec 12, 2007 · 4 comments
Closed

the maple interface is broken in some configurations #1465

williamstein opened this issue Dec 12, 2007 · 4 comments

Comments

@williamstein
Copy link
Contributor

G Edgar reported that on his mac the maple interface fails miserably to work at all.
On sage.math it works perfectly. On my laptop (osx10.5.1 w/ maple 11) it does NOT work now.

On my laptop:

sage: maple.eval('2+2')
'read "/Users/was/.sage//temp/D_69_91_158_192.dhcp4.washington.edu/10242//i'

Gerald Edgar:

13> sage
----------------------------------------------------------------------
| SAGE Version 2.8.15, Release Date: 2007-12-03                      |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: maple.eval('2+2')
End Of File (EOF) in read_nonblocking(). Empty string style platform.
<pexpect.spawn instance at 0x9466378>
version: 2.0 ($Revision: 1.151 $)
command: /Applications/sage-2.8.15-osx10.4-ppc-PowerMacintosh-Darwin/
local/bin/maple
args: ['/Applications/sage-2.8.15-osx10.4-ppc-PowerMacintosh-Darwin/
local/bin/maple', '-t']
patterns:
   #-->
buffer (last 100 chars):
before (last 100 chars):
after: <class 'pexpect.EOF'>
match: None
match_index: None
exitstatus: None
flag_eof: 1
pid: 16993
child_fd: 3
timeout: 30
delimiter: <class 'pexpect.EOF'>
logfile: None
maxread: 100
searchwindowsize: None
delaybeforesend: 0
#-->quit;
bytes used=487432, alloc=393144, time=0.03
---------------------------------------------------------------------------
<type 'exceptions.RuntimeError'>          Traceback (most recent call
last)
...
   465         with gc_disabled():

<type 'exceptions.RuntimeError'>: Unable to start maple
sage: maple.eval('2+2')
'read "/Users/edgar/.sage//temp/dizzy.math.ohio_state.edu/16989//
interface/'
sage: maple.eval('2+2')
''
sage: maple.eval('2+2')
'4'
sage:

Component: interfaces

Reviewer: Karl-Dieter Crisman

Issue created by migration from https://trac.sagemath.org/ticket/1465

@williamstein williamstein added this to the sage-5.9 milestone Dec 12, 2007
@williamstein williamstein self-assigned this Dec 12, 2007
@tjl
Copy link

tjl commented Nov 27, 2008

comment:1

I get the same error (OS X 10.5.5, Sage 3.2). I first noticed it when I tried to include Maple in my integration tests. Trying the same thing:

maple.eval('2+2')
'read "/Users/tjlahey/.sage//temp/Cameron.local/61581//interface//tmp61581"'

@sagetrac-migeruhito
Copy link
Mannequin

sagetrac-migeruhito mannequin commented Feb 16, 2013

comment:2

See Ticket #12295.

@kcrisman
Copy link
Member

comment:3

I think that we should close this one in favor of #12295 and #2120, both of which already have a patch (I'm not sure if they conflict or are orthogonal).

@kcrisman
Copy link
Member

Reviewer: Karl-Dieter Crisman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants