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@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to