[Python-Dev] Re: anyone tried Python 2.0 with Tk 8.3.2?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 24 Aug 2000 01:09:41 +0200


> hmm.  it looks like it's more likely to hang if the program
> uses unicode strings.

Are you sure it hangs? It may just take a lot of time to determine
which font is best to display the strings.

Of course, if it is not done after an hour or so, it probably hangs...
Alternatively, a debugger could tell what it is actually doing.

Regards,
Martin