On 14-mrt-2006, at 17:36, Bill Janssen wrote:

>> If it influences the answers, I am looking to build a cross-platform
>> application that I eventually want to be able to package for easy
>> installation by non-Python savvy users.
>
> I don't see a good alternative to using Apple's version, then.
>
> Or, at least, I don't know how to build a Mac installer that installs
> a complete Python along with the other code it needs.  If there's a
> cookbook way of doing that, I'd be interested, too.

The depends on what the application is. If the application is a GUI
application you can use py2app to build an application bundle, that
will include the python framework inside the application (unless you
use Apple's python).

Building a .pkg is also quite easy, see Mac/OSX/Dist in the python24-fat
tree for the code that is used to build the univeral binary installer.

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

Reply via email to