[Python-bugs-list] [ python-Bugs-775340 ] OSX 'freeze' bug

SourceForge.net noreply@sourceforge.net
Tue, 22 Jul 2003 14:45:07 -0700


Bugs item #775340, was opened at 2003-07-22 00:51
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775340&group_id=5470

Category: Demos and Tools
Group: Python 2.3
Status: Open
Resolution: None
>Priority: 4
Submitted By: justin (justinlk)
Assigned to: Nobody/Anonymous (nobody)
Summary: OSX 'freeze' bug

Initial Comment:
When trying to 'make' a frozen script on OSX framework 
install, it looks for  and fails to find config.o (It says: 
config.o frozen.o M_BaseHTTPServer.o [...] /Library/
Frameworks/Python.framework/Versions/2.3/lib/
python2.3/config/libpython.a    -o Study
make: config.o: Command not found
make: *** [Study] Error 127)

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-07-22 23:45

Message:
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. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775340&group_id=5470