Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python3': 0.07; 'assuming': 0.09; 'executable': 0.09; 'window.': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; '24,': 0.16; 'lab.': 0.16; 'properties,': 0.16; 'received:10.0.1.5': 0.16; 'received:mac.com': 0.16; 'tab,': 0.16; 'wing': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'received:10.0.1': 0.19; 'feb': 0.22; 'select': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'button,': 0.24; 'environment': 0.24; 'cc:no real name:2**0': 0.24; 'installed': 0.27; 'url:mailman': 0.30; 'url:python': 0.33; 'but': 0.35; 'fun,': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'project': 0.37; 'received:10': 0.37; 'received:17': 0.38; 'pm,': 0.38; 'bill': 0.39; 'system.': 0.39; 'url:mail': 0.40; 'how': 0.40; 'most': 0.60; 'click': 0.77; 'header:In-reply-to:1': 0.84 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-25_05:2015-02-25,2015-02-25,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502250141 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: python 2 to python 3 From: William Ray Wing In-reply-to: Date: Wed, 25 Feb 2015 08:51:21 -0500 Content-transfer-encoding: quoted-printable References: To: Audrey McFarlane X-Mailer: Apple Mail (2.2070.6) Cc: python-list@python.org, "William R. Wing" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424875897 news.xs4all.nl 2868 [2001:888:2000:d::a6]:56557 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86404 > On Feb 24, 2015, at 9:55 PM, Audrey McFarlane = wrote: >=20 > 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? > --=20 > 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