I need to use easy_install to install a package. I installed the enthought distribution, and popped into IDLE to say:
>>> easy_install SQLobject
SyntaxError: invalid syntax
What am I doing wrong? easy_install
certainly exists, as does the package. help('easy_install') gives me some basic help. import easy_install
doesn't change things either.
Any hints? I know I'm missing something really basic here.