shamz,
Don't get discouraged. It takes a while to get used to the
little linux/unix tidbits that old timers take for granted.
I'm not familiar with what you are trying to install, but I'm pretty sure the command is really:
python setup.py install
and not
% python setup.py install
The "%" is where the documentation author probably copy and pasted his command prompt, "%" along with the command, or he took for granted that most people know "%", "#", or "$" are standard prompt characters.
_john_i_
|