On Monday, June 19, 2006, at 05:28PM, Tom Birch <[EMAIL PROTECTED]> 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

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

Reply via email to