Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'interpreter': 0.05; 'url:products': 0.07; 'opens.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'thx': 0.09; 'python': 0.11; '2.7': 0.14; '(windows': 0.16; '.py': 0.16; 'idle,': 0.16; 'message-id:@post.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:3.3': 0.16; 'subject:default': 0.16; 'url:enthought': 0.16; 'subject:python': 0.16; 'trying': 0.19; 'advance.': 0.19; 'file,': 0.19; 'select': 0.22; 'header:User-Agent:1': 0.23; 'post': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'especially': 0.30; 'too.': 0.31; 'received:132': 0.31; 'writes:': 0.31; 'there,': 0.34; 'subject:the': 0.34; 'problem': 0.35; 'one,': 0.35; 'there': 0.35; 'version': 0.36; 'idle': 0.36; 'subject:one': 0.36; 'entry': 0.36; 'charset:us-ascii': 0.36; 'changing': 0.37; 'two': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'use.': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'mentioned': 0.61; 'information': 0.63; 'default': 0.69; 'click': 0.77; 'url:php': 0.85; 'subject:Make': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Wolfgang Maier Subject: Re: Make python 3.3 the default one and not 2.7 Date: Wed, 3 Apr 2013 09:43:43 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 132.230.1.31 (Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0) 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364982246 news.xs4all.nl 6990 [2001:888:2000:d::a6]:51265 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42649 D. Xenakis hotmail.com> writes: > > Hi there, i installed python 2.7 (windows 32bit version) from > http://www.enthought.com/products/epd_free.php and after that i installed official 3.3 version > too. So now i got two python folders like this.. c:/Python27 and c:/Python33 . > My problem is that when im trying to execute a .py file, the 2.7 version interpreter launces. In addition if i > right click and select Edit with IDLE, again version 2.7 interpreter opens. How can i make python 3.3 the > default one, as i need this cause i have PyQt4 installed there and so it does not work with 2.7 . > Thx in advance. > Check out the post at http://stackoverflow.com/questions/4664646/how-to-change-default-python-version-on-windows-xp . Especially the part about changing the registry. The Python.File entry mentioned there also has the information about the IDLE version to use. Best, Wolfgang