Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'installed.': 0.05; "'python": 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'python.': 0.11; 'jan': 0.11; 'appropriate': 0.14; 'help?': 0.16; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'why,': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'number)': 0.22; 'trying': 0.22; 'am,': 0.23; 'errors': 0.23; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; "i'm": 0.30; 'window': 0.30; 'run': 0.33; 'could': 0.35; 'text': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; "didn't": 0.39; 'to:addr:python.org': 0.40; 'save': 0.60; 'john': 0.61; 'details': 0.62; 'more': 0.63; 'you.': 0.64; 'cameron': 0.66; 'skip:= 30': 0.67; 'prompt': 0.79; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Trouble running Date: Tue, 6 Oct 2015 19:11:42 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-59-124-74.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1444173307 news.xs4all.nl 23865 [2001:888:2000:d::a6]:49804 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97462 On 10/6/2015 10:56 AM, John Gordon wrote: > In =?utf-8?Q?Cameroni123_=E2=84=A2?= writes: > >> Hi I have recently installed python on windows 10 and I'm trying to >> save in order to run the module and I cant I don't know why, could >> you please help? >> Cameron Which version of Python. How installed. > We need more details to help you. > > What program are you using to try to save? Is it a text editor? > > What happens when you try to save? How do you know it didn't work? > Do you get an error message? If you are using IDLE, to see errors messages, run it from Command Prompt window with 'python -m idlelib' or perhaps 'py -3.y -m idlelib' (replacing 'y' with the appropriate number) or 'py -2.7 -m idlelib.idle'. -- Terry Jan Reedy