Forums

running my scripts in 2.7

My scripts are in python 2.7. When I run them it defaults to 3.5 and wants parentheses in all my print statements. Help

don

This help page explains what you need to do to specify Python 2.7 from any file. We can also completely override things so that you always run Python 2.7 from all editor windows on PythonAnywhere -- let me know if you'd like to do that.