Pb console Effbot
Fredrik Lundh
fredrik at pythonware.com
Fri Jun 16 05:52:54 EDT 2006
"Méta-MCI" wrote:
> I installed the Console of EFFBOT (http://effbot.org/downloads/#console).
> It functions well. It's a very fun/friendly tool.
>
> Except a detail: when I send (by console.write()) more than 53200 characters, it does not occur
> anything.
> I circumvented the problem, with a loop which sends ranges of 50000 characters.
>
> But, I would like to know if somebody already encountered this problem.
it's probably some (undocumented) limitation in the Windows Console API
(possibly combined with some sloppy error checking in console.write).
I'll add it to the TODO list...
</F>
More information about the Python-list
mailing list