I have a feeling I've asked this question before, but I can't find my original query or the answers... Anyway - I am running a program which takes a while to complete. I'd like some occasional output, just to let me know where it's got to, for example a counter i and
if i%1000==0: print i However, Sage seems to save the execution of all such print commands until the program has finished, and then executes them all in a bunch. (I'm running Sage in a linux console.) Is there any way I can force output to appear while the program is still running? Thanks, Alasdair --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
