Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101726 > unrolled thread

Re: problem

Started byAndrew Ongko <andrew.ongko@gmail.com>
First post2016-01-15 08:03 +0700
Last post2016-01-15 08:03 +0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: problem Andrew Ongko <andrew.ongko@gmail.com> - 2016-01-15 08:03 +0700

#101726 — Re: problem

FromAndrew Ongko <andrew.ongko@gmail.com>
Date2016-01-15 08:03 +0700
SubjectRe: problem
Message-ID<mailman.177.1452819814.13488.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web