I'm trying to build GeoNode on snow leopard, and I get this error:
cholmess-MacBook-Pro:geonode cholmes$ python bootstrap.py --no-site-packages
New python executable in ./bin/python
Error [Errno 2] No such file or directory while executing command
install_name_tool -change /System/Library/Frameworks/Pyt...ython
@executable_path/../.Python ./bin/python
Could not call install_name_tool -- you must have Apple's development
tools installed
Traceback (most recent call last):
File "bootstrap.py", line 1504, in <module>
main()
File "bootstrap.py", line 528, in main
use_distribute=options.use_distribute)
File "bootstrap.py", line 611, in create_environment
site_packages=site_packages, clear=clear))
File "bootstrap.py", line 805, in install_python
py_executable])
File "bootstrap.py", line 556, in call_subprocess
cwd=cwd, env=env)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 595, in __init__
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py",
line 1106, in _execute_child
OSError: [Errno 2] No such file or directory
I tried installing other versions of python, but it didn't work. Next
step I suppose is to build from source, but anyone else have an easier
way to get it on?
thanks,
C