[Pythonmac-SIG] macho_standalone with imported module

Bob Ippolito bob at redivi.com
Tue May 31 18:38:09 CEST 2005


On May 31, 2005, at 9:20 AM, Karl Merkley wrote:

> I am playing with macho_standalone to see how it can help me
> build a bundle.  One of the issues that I've run into is that my C++
> application imports modules at run time.  Is there anyway to tell
> macho_standalone that a particular .so file needs to be examined and
> dependencies need to be included for that as well?

It analyzes everything that is in your application bundle, so just  
make sure the .so files are already in there somewhere and you should  
be fine.

-bob


More information about the Pythonmac-SIG mailing list