[Pythonmac-SIG] Python 2.7b2 framework install

Ronald Oussoren ronaldoussoren at mac.com
Sun May 30 17:59:01 CEST 2010


On 30 May, 2010, at 4:00, Michiel de Hoon wrote:

> 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

Odd. This works for me using a universal build.


>>>> 
> 
> Python 2.6.5 installed as a framework returns True here.
> 
> With Python 2.7b2, my extension module (the MacOSX backend for matplotlib) doesn't interact correctly with the window manager; it works fine with Python 2.6.5.
> 
> Did anything change in the installation of frameworks between Python 2.6.5 and 2.7b2?

The python/pythonw command's got replaced by a slightly more useful implementation. 

Which version of OSX are you on?

Ronald
> 
> Thanks,
> --Michiel.
> 
> 
> 
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3567 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20100530/9681180a/attachment.bin>


More information about the Pythonmac-SIG mailing list