On 18 Aug, 2011, at 20:59, Dan Ross wrote:

> Does py2app work with PyPy? Has anyone tried it?

It probably doesn't work with PyPy at the moment: py2app creates an application 
bundle by copying your python code, the python framework and common main 
executable into the appropriate directory structure. The first step should work 
just fine with PyPy, the other two require changes to py2app to work correctly. 
 The second step should be easy enough, just copy the relevant bits of PyPy 
instead of CPython. 

The last step might be harder, the main executable calls CPython API functions 
and will have to be rewritten. It might be possible to tweak the PyPy build to 
generate an executable that is useable as this main executable, I don't know if 
that's possible or how hard that would be.

Ronald
> _______________________________________________
> 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