This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackjansen
Recipients
Date 2003-07-22.21:45:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

Freeze doesn't understand framework builds. I see a different 
error from what you see (somehow for me it does use "c++" to 
do the linking) but even then it doesn't work because there is no 
such beast as config/libpython.a in a framework build.

If freeze also works with dynamic builds of Python it should be 
doable to get it to work with framework builds too. But I'm 
lowering the priority on this bug anyway because there is another 
way to get a standalone application for MacOSX: bundlebuilder.py.

The bad news is the only documentation is in the source code, plus 
the help given when you run it with --help. Specifically, look at the 
--standalone option. 
History
Date User Action Args
2007-08-23 14:15:02adminlinkissue775340 messages
2007-08-23 14:15:02admincreate