Ok, I'm using Xcode now. But I have ran into another problem
. I'm trying to get python to run the file, by entering it's name into the terminal, but everytime i try, it returns with an error, and yes I'm starting python in the terminal.
The book says to enter this into terminal after launching python in the terminal: %
python spam.py
The book is written from a windows prospective (referring to the the shell command as Command Prompt, but I know that terminal is the shell prompt for OS X), is the "%" sign referring to entering the full path of the file?
Sorry for being so helpless!
Don