Closed GoogleCodeExporter closed 9 years ago
I am getting the same error (syntax error) with print "something". It seems
that it is expecting print("something") instead.
Original comment by arefnamm...@gmail.com
on 14 Dec 2012 at 1:22
print("....") is the syntax for python 3.2 I can't seem to be able to change
the interpreter used with pyscripter to other versions of python--I have both
python 2.7 and 3.2 installed.
Original comment by arefnamm...@gmail.com
on 14 Dec 2012 at 1:39
To run python 2.7 or any version other than 3.2 you have to use external run
and configure accordingly.
Original comment by arefnamm...@gmail.com
on 14 Dec 2012 at 6:32
Apparently you are using pyscripter with the python 3.2 and python 2.7.
If PyScripter is started without any command line arguments it uses the highest
numbered python version available. To use pyscripter with python 2.7 you need
to start it with the following command line:
pyscripter --python27
If you used the installer shortcuts that enable you to run pyscripter with any
version of python are created.
Original comment by pyscripter
on 14 Dec 2012 at 10:53
Original issue reported on code.google.com by
dylanjam...@gmail.com
on 5 Dec 2012 at 6:17Attachments: