Ronald Oussoren added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to