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 ronaldoussoren
Recipients alex, glyph, ned.deily, ronaldoussoren
Date 2013-03-21.06:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363848569.38.0.645966596121.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
A small helper program that does the equavalent of this should also work:

import Cocoa
Cocoa.NSWindow.alloc().initWithContentRect_styleMask_backing_defer_(((10, 10), (100, 100)), 0, 0, 0)

If this code raises an exception you cannot create windows, if it doesn't you can. This doesn't actually show the window and shouldn't mess up the users desktop when running the testsuite interactively.
History
Date User Action Args
2013-03-21 06:49:29ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, glyph, alex
2013-03-21 06:49:29ronaldoussorensetmessageid: <1363848569.38.0.645966596121.issue17496@psf.upfronthosting.co.za>
2013-03-21 06:49:29ronaldoussorenlinkissue17496 messages
2013-03-21 06:49:29ronaldoussorencreate