Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Erik Newsgroups: comp.lang.python Subject: Re: [Beginner] - Hanging in the code, can't figure out what's wrong Date: Sun, 3 Apr 2016 20:46:01 +0100 Lines: 28 Message-ID: References: <66afb6f1-ca2b-4f9b-a1ec-ed255fa3030f@googlegroups.com> <03c7da56-c752-460f-98b1-84b7166a2cc3@googlegroups.com> <32c7ba6b-b61d-45fb-89a8-dd62aa09fe78@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de epo6UdFKCOi3uEiLqQtP2AcRcyjdE4lK30a7pUckXyQQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:: [': 0.03; 'subject:code': 0.07; 'weird': 0.15; 'from:addr:python': 0.16; 'fyi,': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'to:2**1': 0.21; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'error': 0.27; 'subject:what': 0.29; 'generally': 0.32; 'received:84': 0.32; 'useful': 0.33; 'file': 0.34; 'that,': 0.34; 'created': 0.36; 'to:addr:python-list': 0.36; 'expect': 0.37; 'someone': 0.38; 'subject:the': 0.39; "didn't": 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'telling': 0.61; 'charset:windows-1252': 0.62; 'more': 0.63; 'future.': 0.67; 'skip:n 40': 0.72; 'pain': 0.84; 'symptoms': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Iat6Ijea c=1 sm=1 tr=0 a=d6bQx1Csmutac+MnUcj9pQ==:117 a=d6bQx1Csmutac+MnUcj9pQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=N659UExz7-8A:10 a=eFZwFOwFHx6DA7WnxMsA:9 a=pILNOxqGKmIA:10 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <32c7ba6b-b61d-45fb-89a8-dd62aa09fe78@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 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:106398 Hi Loop.IO, On 03/04/16 15:41, Loop.IO wrote: >> If you don't want the user to enter anything, then I explained how >> before, just use: >> >> name='C:\\Documents\\PythonCoding\\launch2.bat' >> >> if that's the file name you need. >> >> -- >> Bartc > > Hi Bartc, i tried that, didn't work FYI, for the future. Telling someone what _didn't_ happen is generally not very useful to them if you expect them to try to help further. If you tell them what _did_ happen (be that an error message or a weird file created or a pain in your leg or whatever), then that is much more likely to be productive ;) If you would like someone to diagnose your illness, you must explain your symptoms ... E.