How to download the Enthought Tool Suite python script?
Posted
by
user1539217
on Stack Overflow
See other posts from Stack Overflow
or by user1539217
Published on 2012-09-16T03:02:25Z
Indexed on
2012/09/16
3:37 UTC
Read the original article
Hit count: 359
I have Python downloaded already, but want to contribute code to the Enthought Tool Suite (ETS). According to this site (http://code.enthought.com/source/):
it says to download the following python script: https://raw.github.com/enthought/ets/master/ets.py
I put the ets.py into the python script, save as...and in the Python Shell, I typed in "import ets"
However, nothing happens.
Also, the site says to run the following commands:
$ mkdir ets
$ cd ets # and copy ets.py here
$ python ets.py clone
Typing those lines in Python Shell gives me the message: "SyntaxError: invalid syntax"
As you can see, I'm new to Python, and I don't know what I'm doing. How do I download the ETS script and run the commands??
© Stack Overflow or respective owner