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 netrick
Recipients netrick
Date 2013-08-04.13:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375624154.73.0.44206476328.issue18655@psf.upfronthosting.co.za>
In-reply-to
Content
On both Python 2 or 3, when you have GUI app (for example something in pygame or pyside or tk), when you launch it on Windows it takes about 4-6 seconds to display the Window for the first run. The next runs are faster, but only untill you reboot the PC.

The thing is that on Linux even when launching the script for first time ever, the GUI Window shows instantly. 

Something how Python displays windows on Windows is wrong, there is something that causes the serious lag.

You can see it very easy with IDLE. On Linux it launches instantly, on Windows XP on the same PC takes about 6 seconds to launch. I asked other people with different config and they have the same issue on Windows.
History
Date User Action Args
2013-08-04 13:49:14netricksetrecipients: + netrick
2013-08-04 13:49:14netricksetmessageid: <1375624154.73.0.44206476328.issue18655@psf.upfronthosting.co.za>
2013-08-04 13:49:14netricklinkissue18655 messages
2013-08-04 13:49:14netrickcreate