Thanks for that - I ended up working with the notebook, which solved that problem.
cheers, Alasdair On Oct 1, 2:07 am, Simon King <[email protected]> wrote: > Hi Alasdair! > > On 30 Sep., 15:49, Alasdair <[email protected]> wrote: > > > ... Is there any way I can > > force output to appear while the program is still running? > > The output goes to stdout, which is buffered -- therefore the delay. > > You can force output by > sys.stdout.flush() > (dunno if you need to import sys first -- at least you don't need it > in an interactive Sage session) > > Cheers, > Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
