ich versuche mit meinem Mac NLTK für Python zu installieren.
Meine Python Version ist laut Terminal:
python -V
Python 2.5
-> Nun versuche ich nltk zu installieren. Dafür gebe ich folgendes ein :
sudo port install py26-nltk
//habe natürlich auch schon
sudo port install py25-nltk ausprobiert
Als Antwort bekomme ich folgendes:
Computing dependencies for py26-nltkError: Unable to execute port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?
Frage: Fehlt mir irgendein Package : Xcode oder Macports oder Darwinports etc., oder warum bekomme ich diese Antwort? Kann ich auch stattdessen einfach die file "make" selbst erstellen ?

Vielen Dank im Voraus!