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-07-23.09:10:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374570613.49.0.0620960765074.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
To respond to my own message: running a small Tcl script is not good enough, the process environment of python itself is also important.

In particular, GUI frameworks only work from inside an application bundle (or by using some undocumented private APIs) and that's why the Tk tests cannot work on OSX without installing. 

BTW. I just verified that MacOS.WMAvailable() works just fine in 64-bit processes (python 2.7 on OSX 10.8), and according to the header files the API functions used in its implementation (and the corresponding python code in 3.x) are not deprecated.
History
Date User Action Args
2013-07-23 09:10:13ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, glyph, alex
2013-07-23 09:10:13ronaldoussorensetmessageid: <1374570613.49.0.0620960765074.issue17496@psf.upfronthosting.co.za>
2013-07-23 09:10:13ronaldoussorenlinkissue17496 messages
2013-07-23 09:10:13ronaldoussorencreate