[Pythonmac-SIG] Bundling Python framework with app

Ronald Oussoren ronaldoussoren at mac.com
Mon Jun 19 17:43:38 CEST 2006


 
On Monday, June 19, 2006, at 05:28PM, Tom Birch <tbirch at cse.unsw.edu.au> wrote:

>
>On 20/06/2006, at 01:24:50, Banoffi wrote:
>
>> Hi,
>>
>> Sorry if this is a naieve question - I'm completely new to OS X
>> programming.  What I'm trying to do is embed Python 2.4 in a Cocoa
>> app, and include the framework (2.4.3) in the app bundle so that
>> users don't need to install the framework separately. I can get the
>> framework copied into the bundle no problem, but whatever I try, the
>> executable remains linked to /Library/Frameworks/Python.framework.
>> Is this even possible?
>
>Maybe this is what you're looking for: http://rentzsch.com/cocoa/ 
>embeddedFrameworks

Py2app contains machostandalone, which can do at least part of what you need.

Ronald



More information about the Pythonmac-SIG mailing list