Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101726
| From | Andrew Ongko <andrew.ongko@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: problem |
| Date | 2016-01-15 08:03 +0700 |
| Message-ID | <mailman.177.1452819814.13488.python-list@python.org> (permalink) |
| References | <CAA=K6rnRNccdJRZHtHxg3XWjGvf65Cgacz7exZDEe2fMUfk6Qw@mail.gmail.com> |
On Jan 14, 2016 10:58 PM, "Shivam Gupta" <mailtoshivamgupta@gmail.com> wrote: > > Hello, > > I am using python 3.5.1 on my windows 8.1. The problem is that whenever i > save any file any after that when i run it the screen just close > immediately after i double click on python file. > > Thank you. Hi there, Try opening the file in Python IDLE, and run it there. Or, open a command line in the directory that contains your file, and type python filename.py At least, this way, the cmd doesn't close by itself. Cheers, Andrew
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: problem Andrew Ongko <andrew.ongko@gmail.com> - 2016-01-15 08:03 +0700
csiph-web