Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!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; 'from:addr:yahoo.co.uk': 0.04; 'interpreter': 0.05; 'url:products': 0.07; 'answering': 0.09; 'lawrence': 0.09; '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; '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; 'url:windows': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'advance.': 0.19; 'file,': 0.19; 'select': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'question': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'too.': 0.31; 'url:wiki': 0.31; 'quite': 0.32; 'url:python': 0.33; 'there,': 0.34; 'subject:the': 0.34; 'problem': 0.35; 'one,': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'subject:one': 0.36; 'url:org': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'read': 0.60; 'url:3': 0.61; "you're": 0.61; 'charset:windows-1252': 0.65; '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: Mark Lawrence Subject: Re: Make python 3.3 the default one and not 2.7 Date: Wed, 03 Apr 2013 13:19:27 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-92-18-43-197.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: X-Antivirus: avast! (VPS 130403-0, 03/04/2013), Outbound message X-Antivirus-Status: Clean 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364991557 news.xs4all.nl 6864 [2001:888:2000:d::a6]:49073 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42658 On 03/04/2013 09:44, D. Xenakis wrote: > 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. > Not quite answering your question but are you aware of http://docs.python.org/3/using/windows.html#launcher ? -- If you're using GoogleCrap™ please read this http://wiki.python.org/moin/GoogleGroupsPython. Mark Lawrence