Mathan
2010-07-05 08:08:41 UTC
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
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