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 terry.reedy
Recipients Nikolay.Fomichev, gpolo, terry.reedy
Date 2011-03-04.23:49:48
SpamBayes Score 0.010502959
Marked as misclassified No
Message-id <1299282590.42.0.559577285783.issue11387@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7 or 3.2, winxp, when I enclose your code with
from tkinter import tk #or Tkinter
...
App()

I get a window with a buttom that sinks and raises as I press and release the left button.

Please post complete runnable code that exhibits the problem.
Do not expect us to replace what you deleted.
History
Date User Action Args
2011-03-04 23:49:50terry.reedysetrecipients: + terry.reedy, gpolo, Nikolay.Fomichev
2011-03-04 23:49:50terry.reedysetmessageid: <1299282590.42.0.559577285783.issue11387@psf.upfronthosting.co.za>
2011-03-04 23:49:48terry.reedylinkissue11387 messages
2011-03-04 23:49:48terry.reedycreate