On Sun, 04 Feb 2007 01:40:36 -0800, Michel <[EMAIL PROTECTED]> wrote:

>
> Thanks,
>
> Michel
>

I did some more work and realized the patch I sent wasn't correct.  Instead put

             if not '(%o' in out:
                 self._expect.expect(self._prompt)

right here (around line 484) in maxima.py:

             except pexpect.TIMEOUT:
                 out = self._expect.before
             if not '(%o' in out:
                 self._expect.expect(self._prompt)

         except EOF:
             if self._quit_string() in line:


Or, just wait for sage > 2.0.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to