Closed GoogleCodeExporter closed 8 years ago
The important line is "copying build/scripts-2.5/pyrit ->
/System/Library/Frameworks/Python.framework/Versions/2.5/bin".
I dont know why your setup.py thinks it should install binary files to
/System/Library/Frameworks/Python.framework/Versions/2.5/bin - the path is
(usually) not on your $PATH and therefor the binary is not found when trying to
execute it.
It's probably an issue caused by macports
Original comment by lukas.l...@gmail.com
on 12 Feb 2011 at 8:37
You were right, I was planning to reinstall osx anyways.. it works now with
CUDA too.
This guide
http://console-cowboys.blogspot.com/2011/01/setting-up-pyrit-on-osx.html is
extremely helpful in avoiding macports, since I only had xCode installed at
first.
Original comment by nikf...@gmail.com
on 13 Feb 2011 at 1:57
Original issue reported on code.google.com by
nikf...@gmail.com
on 12 Feb 2011 at 4:24