python-idle Questions

3

Is there a keyboard short cut for accessing previous statements in python IDLE? I am using a Mac Thanks
Grandma asked 13/1, 2011 at 2:8

5

Solved

I have installed Python 2.7 (Windwos 7). However, I am unable to load the GUI. I get no response when I try to open. I re-installed it but again the same problem. What might be the solution? ...
Allargando asked 21/12, 2011 at 10:1

8

Solved

IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection. Don't think this has been asked-how come this comes u...
Husbandman asked 17/5, 2009 at 14:42

4

Solved

Using IDLE and Python version 2.7.3. Only when I start a new file it highlights for a few lines and then just stops after I press F5. So all my text becomes plain black. If there are equally good/...
Footcandle asked 14/4, 2012 at 18:56

3

Solved

is there some way of detecting using javascript that a user has switched to a different tab in the same browser window. Additionally is there a way to detect a user has switched to a different wi...
Creosote asked 21/12, 2012 at 11:56

1

I'm using Archlinux and I find I don't need Idle when I'm coding Python. Here is part of the default PKGBUILD file: ./configure --prefix=/usr \ --enable-shared \ --with-threads \ --with-comp...
Stays asked 3/11, 2013 at 15:51

2

I installed Python 3.1 yesterday on my Windows Vista PC, and was surprised to find that the version of IDLE is 2.6.4, for "Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel...
Intensify asked 27/10, 2009 at 13:15

2

Solved

There are several folks on here looking for backspace answers in Python. None of the questions I have searched have answered this for me, so here goes: The Simple Goal: be able to print out ...
Interracial asked 4/10, 2013 at 17:57

1

Solved

Running Python 3.3 on Win64, I found out how to add breakpoints in IDLE 3.3 here, but when I run my module via Run > Run Module (F5), it blows right through my breakpoints. What am I missing?
Unboned asked 9/9, 2013 at 20:15

2

I'm trying to figure out how to successfully use Python 2.7.1 on windows 7. So far, I'm having to use the shell (IDLE) to create scripts and then run them from the cmd prompt. I feel this is slowin...
Fine asked 28/6, 2011 at 22:45

3

Solved

I'm running a script that uses a module that prints a lot of things on screen and I'm running out of RAM. I can't make the module not to write anything for now. The Python Shell stores absolu...
Snelling asked 3/7, 2013 at 18:0

3

Solved

The installation directory is "d:\python2.7", and every time I open IDLE and click on menu File and Open item, the default directory is also "d:\python2.7". So I have to change the directory to whe...
Detainer asked 11/4, 2013 at 15:49

2

Solved

I have following script in Python 3.2.3: try: file = open('file.txt', 'r') except IOError: print('There was an error opening the file!') sys.exit() #more code that is relevant only if the file...
Nunatak asked 16/11, 2012 at 21:49

4

Solved

It sounds reasonable that the os/rtos would schedule an "Idle task". In that case, wouldn't it be power consuming? (it sounds reasonable that the idle task will execute: while (true) {} )
Dead asked 28/3, 2013 at 17:56

4

when i input from django.db import models into IDLE,the result throw a exception named Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. why does this e...
Abattoir asked 20/9, 2011 at 2:41

1

I am trying to set up a Python development environment. I have Python 2.7.3 running on Linux Mint 14. I downloaded IDLE and installed it. It clean installs and Python runs just fine. So how do I in...
Gere asked 31/12, 2012 at 5:27

4

Solved

I have a JSON file of Latitude/Longitude that I want to covert to a CSV file. I want to do this using Python. I have read/tried all other stackoverflow and google search results suggestions. I've m...
Englert asked 12/12, 2012 at 20:56

3

Solved

In IDLE on Windows, on the menu bar, there is a Shell menu. One of the items on the Shell menu is 'Restart Shell'. The Shell menu is not available in IDLE on Linux. The Restart Shell command is us...
Millenarian asked 18/11, 2011 at 20:38

2

In the following code, DestroyWindow or DestroyAllWindows can't close the window opened by ShowImage. When I tried to close it by clicking the close button, the window suspended. After killing the ...
Suffumigate asked 21/7, 2012 at 14:35

2

Solved

I messed up my IDLE shortcut. What is the way to start IDLE from the cmd.exe shell in Windows?
Beulabeulah asked 2/11, 2009 at 17:22

1

Solved

I am aware of the existence and purpose of collections.namedtuple, but I have noticed that, at least in IDLE (3.2.2), this factory function is also in functools: >>> import functools >...
Hintze asked 23/5, 2012 at 15:54

3

Solved

I'm using Python's ctypes library to talk to a Windows DLL. When I run my code from IDLE, Ipython, or typed into the interactive python interpreter, it works fine. When I run the same code from the...
Decillion asked 9/5, 2012 at 22:57

2

Solved

What's the best way to detect idle state for a silverlight application? I have read quite a few articles on the net by now and usually they are either for wpf/mobile apps etc. I have created a Di...
Version asked 23/6, 2011 at 9:25

2

Under Windows XP I have a context menu entry "edit with IDLE" for Python source files. I tried to make this work under Windows 7 (32 bit) as well by setting the corresponding registry ent...
Heywood asked 2/3, 2011 at 13:51

4

Solved

My cocoa app runs background tasks, which I would like to stop when the user becomes idle (no keyboard/mouse input) and then resume when the user becomes active again. Is there a way to register fo...
Yoruba asked 10/1, 2011 at 3:59

© 2022 - 2024 — McMap. All rights reserved.