[wingide-users] wierd error message
Wing IDE Support
support at wingware.com
Wed Oct 20 13:50:25 MDT 2010
On 10/20/10 3:42 PM, Roelof Wobben wrote:
> yntax Error: print uitkomst: c:\Users\wobben\workspace\oefeningen\src\test2.py, line 2214
> File "c:\Users\wobben\workspace\oefeningen\src\test2.py", line 22, in ?
> print uitkomst
Are you trying to run in Python 3? print is a function rather than a
statement in Python 3. If you don't want to use Python 3 in Wing, use
Project Properties to change the python executable to the version of
python that you want to use.
Cheers,
John
More information about the wingide-users
mailing list