On Mon, 6 Aug 2007, Luke Paireepinart wrote:

> Ben mentioned Windows specifically in his original post.
> I think that's why Alan was talking about it.

Ah.  I missed that, thanks.

Well, in that case, since I use Windows, I can give it a shot instead of 
guessing.

It turns out, no, Unicode won't work, but using x\99 for the TM character 
does, at least on my system (no idea if this will be universal):

import EasyDialogs
lim = 100000
title = "FooBar\x99"
bar = EasyDialogs.ProgressBar(title, maxval=lim)
for i in range(lim):
    bar.inc()
del bar



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to