The Download and Installation Instructions were written for PCs. If you are using a Mac, note the following differences. 1) Java it typically already installed on Macs. It can be downloaded via the Software Update... option (possibly only for versions 10.6 and beyond of Mac OS. Access it by clicking the apple on the top left. 2) The instructions require you to access Windows | Preferences, but on the Mac it appears as Eclipse | Preferences. 3) Python on the Mac appears in the directory HD/Library/Frameworks/Python.framework/Versions/3.3/bin/python3.3 which sometimes is written without the HD Library/Frameworks/Python.framework/Versions/3.3/bin/python3.3 Try both forms. There will be multiple variations of the name python3.3 like pythonw3.3 and python3.3m, but make sure you select python3.3 (although I also believe that python3 will work). It has been reported that some student can use the directory //usr/local/bin/python3 which is an alias (shortcut link) to the file name mentioned above. If none of these works and you find a different one, let me know and I'll add it in this document.