On Sun, May 11, 2014 at 2:58 AM, Simon Evans <musicalhack...@yahoo.co.uk> wrote: > "Open up the command line prompt and navigate to the folder where you have > unzipped the folder as follows: > cd Beautiful Soup > python setup python install "
This would be the operating system command line, not Python's interactive mode. Since you refer to a C drive, I'm going to assume Windows; you'll want to open up "Command Prompt", or cmd.exe, or whatever name your version of Windows buries it under. (Microsoft does not make it particularly easy on you.) Since you have a space in the name, you'll need quotes: cd "c:\Beautiful Soup" Then proceed as per the instructions. ChrisA -- https://mail.python.org/mailman/listinfo/python-list