Re: [Pythonmac-SIG] Python 2.7b2 framework install

2010-06-01 Thread Michiel de Hoon
thon.app, so it doesn't interact appropriately with the window manager. Python 2.6 uses execve in pythonw, so /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python is the executable, and behaves as a framework. --Michiel. --- On Sun, 5/30/10, Ronald O

Re: [Pythonmac-SIG] Python 2.7b2 framework install

2010-05-31 Thread Michiel de Hoon
Thanks for your reply. > import MacOS > MacOS.WMAvailable() > > False > > Which version of OSX are you on? I see this behavior with both Mac OS X 10.4 and 10.5 (I don't have access to 10.6, so I haven't tried there). Thanks, --Michiel. ___

[Pythonmac-SIG] Python 2.7b2 framework install

2010-05-30 Thread Michiel de Hoon
Hi everybody, When I try to install Python as a framework: ./configure --enable-framework make make install then Python gets installed under /Library/Frameworks/Python.framework/Versions/2.7, but it doesn't seem to function as a framework: >>> import MacOS >>> MacOS.WMAvailable() False >>>