This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bruno.dupuis
Recipients bruno.dupuis, gpolo, iarspider
Date 2012-11-30.13:34:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354282486.74.0.319786954807.issue10259@psf.upfronthosting.co.za>
In-reply-to
Content
I updated the script to 3k. Now the behaviour is very odd :

Python 2.7: works only if `justify="right"` is commented out.

Python 3.3: Shroedinger-like behaviour (sometimes dead, sometimes alive, nobody knows before we check) whith `justify="right"`

Looks like some kind of race-condition or something, so this results may only be relevant on my hardware (2 yo low-end PC).

I'm not a tkinter expert, so even if the app code looks good I need someone that knows tk to double-check if there is some oddities in the script before we go further.
History
Date User Action Args
2012-11-30 13:34:46bruno.dupuissetrecipients: + bruno.dupuis, gpolo, iarspider
2012-11-30 13:34:46bruno.dupuissetmessageid: <1354282486.74.0.319786954807.issue10259@psf.upfronthosting.co.za>
2012-11-30 13:34:46bruno.dupuislinkissue10259 messages
2012-11-30 13:34:45bruno.dupuiscreate