Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'opens.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'runs': 0.10; 'python': 0.11; 'jan': 0.12; 'windows': 0.15; 'box?': 0.16; 'compatible.': 0.16; 'guess.': 0.16; 'idle,': 0.16; 'importerror': 0.16; 'last)': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'summarize': 0.16; 'valueerror': 0.16; 'followed': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'app': 0.19; 'trying': 0.19; 'else,': 0.19; 'memory': 0.22; 'aug': 0.22; 'python?': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'certainly': 0.24; 'text,': 0.24; 'least': 0.26; 'somewhere': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; '???': 0.30; 'said,': 0.30; "i'm": 0.30; 'code': 0.31; 'posting': 0.31; 'usually': 0.31; "d'aprano": 0.31; 'dialog': 0.31; 'long.': 0.31; 'python"': 0.31; 'steven': 0.31; 'says': 0.33; 'running': 0.33; '(most': 0.33; 'message.': 0.35; 'problem': 0.35; "can't": 0.35; 'but': 0.35; 'google': 0.35; '2.6': 0.36; 'idle': 0.36; 'should': 0.36; 'detail': 0.37; 'starting': 0.37; 'window': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'recent': 0.39; 'explain': 0.39; 'help,': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'then,': 0.60; 'free': 0.61; 'entire': 0.61; 'received:173': 0.61; 'first': 0.61; 'times': 0.62; 'choose': 0.64; 'more': 0.64; 'taking': 0.65; 'here': 0.66; 'detail.': 0.68; 'line,': 0.68; 'default': 0.69; 'or:': 0.84; 're-type': 0.84; 'received:fios.verizon.net': 0.84; 'retype': 0.84; 'sofia': 0.84; 'start.': 0.84; 'working,': 0.84; 'absolutely': 0.87; 'remember,': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 2.7.5 incompatible Date: Sat, 03 Aug 2013 20:00:58 -0400 References: <51fd84ea$0$30000$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 In-Reply-To: <51fd84ea$0$30000$c3e8da3$5496439d@news.astraweb.com> 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: 65 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375574472 news.xs4all.nl 15879 [2001:888:2000:d::a6]:32960 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51899 On 8/3/2013 6:32 PM, Steven D'Aprano wrote: > Hi Sofia, and welcome! > > > On Sat, 03 Aug 2013 17:31:03 -0300, sofia prata wrote: > >> I use the Windows 7 and i'm trying to install the Python 2.7.5, even >> though it's working, it says it not compatible. So then, i can't use >> other programs that depend upon the Python like the Google App Engine. >> What do i do? > > Start by explaining the problem in more detail. We cannot see your > computer or see what you are doing. > > How do you know Python is working? How are you running Python? Explain > the steps that you use, e.g.: > > "I go to the Start Menu, choose Python 2.7>IDLE, then the IDLE window > opens. If I type code in IDLE, the code runs correctly." > > Or: > > "I double-click my program 'test.py', and it runs the way I expect." > > > Then explain what says Python is not compatible. What did you do to get > that message? Where is the error message? Is it in IDLE? In a Windows > dialog box? Somewhere else? > > If this is a Python error, it will almost certainly start with a line > like: > > Traceback (most recent call last) > > and continue until an error like > > ImportError > ValueError > TypeError > > etc. followed by a message. Please COPY AND PASTE the entire traceback, > starting from the first line, not just the last. Don't retype from memory > or summarize it. > > If the error is somewhere else, and you cannot copy and paste it, then > retype it *exactly* unless it is unreasonably long. > > If necessary, but only if absolutely necessary, try taking a screenshot > and posting that here. But 99 times out of 100, you should be able to > copy and paste the text, or at least re-type it if it is short. > > That will do for a start. If any of my instructions are unclear, feel > free to ask for more help, but remember, more detail is usually better > than vague comments. In addition to what Steven said, what did you already have installed before you installed 2.7.5. Here is a guess. You had and still have 2.5 or 2.6 installed as the default python. You installed 2.7.5 and left the "[x] make this the default python" box checked. ??? -- Terry Jan Reedy