Re: PyObjC with PyInstaller

Trevor Bentley <[email protected]>
Newsgroups gmane.comp.python.pyobjc.devel
Message-ID <[email protected]>
> I haven't used PyInstaller, and don't even know what it is.

It is a cross-platform python application bundler; it bundles the python
interpreter, your application, and all required dependencies into one
executable.

> Does PyInstaller include package data? There should be bridgesupport files in the python package for Cocoa frameworks, that there should be a file named  PyObjC.bridgesupport next to Foundation/__init__.py (and simularly for other frameworks).

Unfortunately, it does something a little nutty.  It seems to copy all
the dependencies into one flat directory, and renames them to avoid
collisions.  It is copying all the CoreFoundation/*.so files out of my
system python's site-packages, but it skips the .bridgesupport file, and
I think that's at least part of the problem.

No worries, it's nothing PyObjC is doing wrong, I just wanted to see if
anyone here has solved this problem already.

Thanks,

-Trevor

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.