python 2 to python 3

William Ray Wing wrw at mac.com
Wed Feb 25 08:51:21 EST 2015


> On Feb 24, 2015, at 9:55 PM, Audrey McFarlane <bryceodell at icloud.com> wrote:
> 
> I am using Wing101 v.5 and it is using Python2, but I want to make it use Python3 instead because  need Python3 for a uni lab.  How do I change it?
> -- 
> https://mail.python.org/mailman/listinfo/python-list

Assuming you have Python3 installed on your system. The most straightforward way to make Wing use it is to go to the Project menu, select Project Properties, and under the Environment tab, Python Executable, click the custom button, then enter the path to the Python3 executable in the path window.

Have fun,
Bill




More information about the Python-list mailing list