Hi Everyone,

Has anyone succeeded in installing cx_freeze in mac OS X. If so help me out.
I m on verge of installing cx_freeze in MAC OS X 10.6 using python3.1 and 
gcc-4.0.

I got the following error for "python3 setup.py install" command.
"
/usr/bin/gcc-4.0 build/temp.macosx-10.3-fat-3.1/source/bases/Console.o 
-L/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/config 
-lpython3.1 -o build/lib.macosx-10.3-fat-3.1/cx_Freeze/bases/Console -framework 
CoreFoundation Python.framework/Versions/3.1/Python -ldl -s
i686-apple-darwin10-gcc-4.0.1: Python.framework/Versions/3.1/Python: No such 
file or directory
error: command '/usr/bin/gcc-4.0' failed with exit status 1
"
After that error using the following command manually, got the console.so file 
"
/usr/bin/gcc-4.0 build/temp.macosx-10.3-fat-3.1/source/bases/Console.o 
-L/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/config 
-lpython3.1 -o build/lib.macosx-10.3-fat-3.1/cx_Freeze/bases/Console -framework 
CoreFoundation /Library/Frameworks/Python.framework/Versions/3.1/Python -ldl -s
"
But the real problem is installation process is not continued further, since i 
entered the above command manually and not through the setup.py file
Any idea how to continue the installation process or how to set the python path 
before using the install command

Thanks


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to