Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie Newsgroups: comp.lang.python Subject: Re: Puzzled Date: Mon, 02 Nov 2015 21:46:17 -0700 Lines: 24 Message-ID: References: <4CFEDC132D44AC49BA0E91FBEB947119084A742852@DCBL123VX.root.sutterhealth.org> <201511011020.tA1AKYAM004182@fido.openend.se> <4CFEDC132D44AC49BA0E91FBEB947119084A742DCC@DCBL123VX.root.sutterhealth.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de tbePaxBfuCi3pg2Zotd7Jg96UXCLKQEQh2sKWYKwZp4g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'only,': 0.07; 'attachment.': 0.09; 'email name:[cid:image001.png': 0.09; 'python': 0.10; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'menu.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'run.': 0.16; 'usenet': 0.16; 'wendy': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'form:': 0.22; 'am,': 0.23; 'elements': 0.23; 'plain': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'command': 0.26; 'comfortable': 0.27; 'window': 0.30; 'probably': 0.31; "can't": 0.32; 'run': 0.33; 'idle': 0.33; 'message-id:@gmail.com': 0.34; 'file': 0.34; 'list': 0.34; 'text': 0.35; 'sometimes': 0.35; 'should': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:org': 0.37; 'environment.': 0.37; 'mailing': 0.38; 'why': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'called': 0.40; 'your': 0.60; "you'll": 0.61; 'black': 0.61; 'programs': 0.62; 'charset:windows-1252': 0.62; 'course': 0.62; 'flash': 0.67; 'reply': 0.68; 'prompt': 0.79; 'action.': 0.84; 'otten': 0.84; 'fyi': 0.91; 'graphical': 0.91; 'tied': 0.93 X-Virus-Scanned: amavisd-new at torriefamily.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <4CFEDC132D44AC49BA0E91FBEB947119084A742DCC@DCBL123VX.root.sutterhealth.org> 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: , Xref: csiph.com comp.lang.python:98133 On 11/02/2015 08:52 AM, Robinson, Wendy wrote: > [cid:image001.png@01D11543.5ED11D50] Just FYI this mailing list group is tied with with a system called USENET which is plain text only, so most of us can't see your attachment. This may help you copy the text to your messages in plain text form: http://www.howtogeek.com/howto/windows-vista/copy-to-the-clipboard-from-the-windows-command-prompt/ Did you read what Peter Otten said in reply to your original message and did that not work? Sometimes on Windows you can double-click a python file and it will run. However many python programs don't display graphical elements so you'll just see a black console window flash and disappear. That's why it's probably important while learning Python to become comfortable with the command prompt. Alternatively use the IDLE program that comes with Python to edit and run your programs in a graphical environment. I think if you are on Windows and are unfamiliar with the command prompt I would recommend this course of action. Should be in the Start menu.