Even if you don't use py2app you should have a look at macho_standone
(part of macholib). This is a script that will make an application
bundle standalone by embedding the frameworks and dylibs used by an
application into the app bundle.
Py2app is however the easiest way to build standalone
If you build an actual OS X application using py2app, it will embed
the Python2.5 framework into the app with no conflict. I have many
full python2.5 frameworks installed, from various applications I have
built this way, as well as MacPorts and fink (non-framework)
versions. I make sure m
Hi,
We need to deploy a qt4 based python app and I am working on some of
the build issues. Because we are using Qt, we need a framework build
of Python (we are using 2.5). One of our requirements is that users
can build and use the app without doing a system wide install.
I am worried that our