I am attempting to run the command easy_install networkx to install the NetworkX package. When I do it generates this error message:
SyntaxError: invalid syntax
.
Is it because I am using the free community edition of activepython or am I making a stupid mistake?
Asked
Active
Viewed 314 times
0

sclowes14
- 1
- 2
-
well ... i am also using free version of activestate python2.7. and also installed `networkx` without any error. can you post the error trackback and complete `easy_install` command with Networkx as its argument. – namit Jan 24 '13 at 03:44
-
Thanks namit! I was making the mistake of writing the command in the Interactive Shell instead of the PyPM Administrator. – sclowes14 Jan 24 '13 at 21:49