The error you're getting appears to be that you do not have the
python2.5-dev libraries installed on your machine which I think are
part of the XCode developer libraries.

Oddly enough:

IOError: [Errno 2] No such file or directory: '/System/Library/
Frameworks/Python.framework/Versions/2.5/Resources/Python.app/
Contents/
MacOS/python2.5

does not exist, but Python in that directory does.

You might try:

sudo ln -s /System/Library/Frameworks/Python.framework/Versions/2.5/
Resources/Python.app/Contents/MacOS/Python /System/Library/Frameworks/
Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/
python2.5

which will create the symlink for the Python binary that the script is
looking for, but, I think you're going to run into some stumbling
blocks almost immediately thereafter.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to