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


Groups > comp.lang.python > #64963

Re: Python shell wont open IDLE or an exisiting .py files

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python shell wont open IDLE or an exisiting .py files
Date 2014-01-29 22:38 -0500
References <774101.57561.bm@smtp216.mail.gq1.yahoo.com>
Newsgroups comp.lang.python
Message-ID <mailman.6108.1391053116.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 1/29/2014 6:26 PM, shangonichols@sbcglobal.net wrote:
> I am on Windows 8, Python 3.3.4 and 3.3.3 and all previous versions
> exhibit the same problem on my Windows 8 PC. This problem occurred out
> of nowhere overnight. It was working fine for months until today.

Try the following, which I believe I said before.

1. Start the normal console interpreter 'Python (command interpreter)' 
in the Start Menu.
2. In the interpreter, type
 >>> import idlelib.idle
3. Open a file. If Idle quits,
4. If Idle quits, look in the console for an exception message.
5. If you do not understand it, *copy and paste the entire message* here.
6. If the Python console also closes, report here.


>  >  I tried to open a file and nothing happened. If I tried to open a
> .py file
>  > (any .py file) from an existing instance of IDLE, it briefly flashed up a
>  > new window and then closed both the new window and the existing window
>  > (normally it opens the requested in a new window leaving the existing
> window
>  > untouched).

This much I understood.

>  > If I launch the Python GUI it opens a Python Shell fine. But as soon as I
>  > try to open a file (including a "new" file), it closes the Shell.

This I do not. What is 'Python GUI'? What is 'Python Shell'?


>  > I rebooted the machine. Same problem.
>  >
>  > I repaired the Python installation and rebooted. Same problem.
>  >
>  > I uninstalled Python. Rebooted. Deleted the Python33 directory entirely.
>  > Rebooted. Installed Python. Rebooted. Same problem.
>  >
>  > Everything else on the system appears to be working just fine.
>  >
>  > Any ideas what the problem might be or how else I might go about fixing
>  > things?
>
>
>
> Sent from Windows Mail
>
>
>


-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python shell wont open IDLE or an exisiting .py files Terry Reedy <tjreedy@udel.edu> - 2014-01-29 22:38 -0500

csiph-web