Python Forum

Full Version: I get this when trying to install a module - SyntaxError: invalid syntax ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to install robobrowser, but when I type this into Python I get an error

>>> easy_install robobrowser
  File "<stdin>", line 1
    easy_install robobrowser
                           ^
SyntaxError: invalid syntax
Also tried this:
>>> pip install RoboBrowser
  File "<stdin>", line 1
    pip install RoboBrowser
              ^
install from command line not from a python interpreter
Ohh tysm