tried to install pylons 1.0 on a Mac OS 10.6.3 and got a error:
$ python2.5 go-pylons.py env
New python executable in env/bin/python2.5
Also creating executable in env/bin/python
Traceback (most recent call last):
File "go-pylons.py", line 1510, in <module>
main()
File "go-pylons.py", line 528, in main
use_distribute=options.use_distribute)
File "go-pylons.py", line 611, in create_environment
site_packages=site_packages, clear=clear))
File "go-pylons.py", line 787, in install_python
py_executable)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/shutil.py", line 85, in copy
copyfile(src, dst)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/shutil.py", line 51, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: '/System/Library/
Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/
MacOS/python2.5'
--
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.