Ronald Oussoren added the comment:

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.

----------

_______________________________________
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