I'm trying to install a python api for controlling imagemagick (this) and followed the instructions.
I imported easy_install:
import easy_install
and then input the line:
easy_install http://svn2.assembla.com/svn/pythonmagickwand/trunk
However I got the error
SyntaxError: invalid syntax
and 'http' was highlighted. I'm wondering what causes the error - this is on Windows XP.