On Wed, Sep 2, 2009 at 12:06 AM, rhh<[email protected]> wrote:
> I wrote a relatively simple python script (200 lines) that generates > 100 text and png output files. It takes a minute or two to run. > After the last file is created (correctly) Leo closes abruptly with no > information about why. Might be some kind of "starvation" of the event loop. You could probably get around it by running it in a thread (if it doesn't do anything for the gui). -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. 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/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
