Hello,

When using the octave interface, I have occasonally encountered some
synchronization issues, with some output corresponding to older
entries.
For instance when issuing :

print octave.execute("help('randn')")

only one part of randn documentation is displayed, the end being
delayed until the next command. I understand there must be something
wrong with the pexpect interface, but I have no clue where.

I guess there is a way to flush all output, but when I tried to run

octave._synchronize()

I always got an AttributeError exception (and no synchronization)

How is the interface meant to be used ?

Thanks,

Pablo

-- 
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-support
URL: http://www.sagemath.org

Reply via email to