Hallöchen!

Jouni K. Seppänen writes:

> Jouni K. Seppänen <[EMAIL PROTECTED]> writes:
>
>> Torsten Bronger <[EMAIL PROTECTED]> writes:
>>
>>> Does anybody has an idea at which point and why Matplotlib stops
>>> working?
>
>> ...
>>         if not self.passed_in_file_object:
>>             self.fh.close()
>
> I wonder if we should flush a file object that was passed in... Could
> you check if the following patch (committed on the trunk) helps with
> your problem?
>
> [...]

Yes, it solves my problem.

Apparently, if you wait long enough, the rest of the file is indeed
written.  However, with your patch, I see the whole file
immediately, which is much better in the multi-processes environment
of an Apache server.  Thank you!

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to