Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3a.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.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'assignment': 0.07; 'problem:': 0.07; 'from:charset:iso-8859-2': 0.09; 'reinstall': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; '(it': 0.16; 'mine.': 0.16; 'subject:python': 0.16; 'fix': 0.17; 'app': 0.19; 'settings': 0.22; 'install': 0.23; 'installation': 0.23; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'installed': 0.27; 'apparently': 0.31; 'fine,': 0.31; 'question:': 0.31; 'file': 0.32; '(e.g.': 0.33; 'older': 0.33; 'third': 0.33; 'subject:the': 0.34; 'there': 0.35; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'subject:" ': 0.39; 'to:addr:python.org': 0.39; 'simply': 0.61; 'received:62': 0.63; 'today': 0.64; 'charset:iso-8859-2': 0.64; 'here': 0.66; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84; 'x64': 0.84 X-SourceIP: 89.134.227.148 Date: Thu, 13 Feb 2014 12:53:12 +0100 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python-list@python.org Subject: Install python 2 and 3 in the "wrong" order Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392292396 news.xs4all.nl 2852 [2001:888:2000:d::a6]:52194 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66168 I have Python 3.3 installed on my Windows 7 x64 box. Today I had to install Python 2.7 for an older app of mine. Here is my problem: although "#!/usr/bin/env python3" is given in the file and "py -3" program works fine, apparently the installation of python 2 simply has overwritten my settings (e.g. assignment *.py files to py.exe). Question: is there a way to fix this? Or do I have to reinstall Python 3 from scratch? (It would be a pity, I have tons of third party modules installed for it...) Thanks Laszlo