May I know to have it work properly what are the software i need to install in my PC?
UPDATE
Error i was getting is this:
Getting this error when running pip install -U selenium
. Mid way through the script, it gets the following SyntaxError:
Traceback (most recent call last):File "<string>", line 14, in <module>File "C:\Python32\Scripts\build\rdflib\setup.py", line 6, in <module>from rdflib import __version__File "rdflib\__init__.py", line 64, in <module>from rdflib.term import URIRef, BNode, Literal, VariableFile "rdflib\term.py", line 367except TypeError, te:^SyntaxError: invalid syntaxComplete output from command python setup.py egg_info:Traceback (most recent call last):File "<string>", line 14, in <module>File "C:\Python32\Scripts\build\rdflib\setup.py", line 6, in <module>from rdflib import __version__File "rdflib\__init__.py", line 64, in <module>from rdflib.term import URIRef, BNode, Literal, VariableFile "rdflib\term.py", line 367except TypeError, te:^SyntaxError: invalid syntax----------------------------------------
Command python setup.py egg_info failed with error code 1
Thanks,