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 markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-08-14.00:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439513619.68.0.116154136906.issue24860@psf.upfronthosting.co.za>
In-reply-to
Content
Exactly. The "querydialog" code (which will replace the simpledialog askstring/askinteger calls) displays errors as shown in querydialog.png, with the error messages disappearing as soon as you hit another key.

You can also pass in a 'validator' to check if the input is ok, so in this case it would check if the module could be loaded and return the appropriate message if not.
History
Date User Action Args
2015-08-14 00:53:39markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-08-14 00:53:39markrosemansetmessageid: <1439513619.68.0.116154136906.issue24860@psf.upfronthosting.co.za>
2015-08-14 00:53:39markrosemanlinkissue24860 messages
2015-08-14 00:53:39markrosemancreate