-1
votes
1answer
56 views
Running Python’s IDLE in windows
I messed up my IDLE shortcut. What is the way to start IDLE from the cmd.exe shell in Windows?
1
vote
3answers
97 views
Strange Problem with RPy2
Hello,
After installing RPy2 from
http://rpy.sourceforge.net/rpy2.html
I'm trying to use it in Python 2.6 IDLE but I'm getting this error:
>>> import rpy2.robjects as …
0
votes
2answers
14 views
getting previously typed commands in python
I'm using python 2.5 in windows on a macbook pro with IDLE. How do I get previously typed commands in the python shell? In other operating systems I've managed to do this using 'ct …
0
votes
1answer
35 views
No IDLE for Python 3?
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.1 …
0
votes
1answer
28 views
Pasting multiple lines into IDLE
Is there a way to paste a block of code into IDLE? Pasting line by line works, but sometimes I'd like to paste many lines at once. When I try, IDLE reads the first line and ignores …
1
vote
2answers
93 views
Problem running a very simple Python program.
Why is my program giving me an error here?
import random
TheNumber = random.randrange(1,200,1)
NotGuessed = True
Tries = 0
GuessedNumber = int(input("Take a guess at the magic n …
0
votes
1answer
38 views
Python IDLE: getting Tkinter callback exception
I keep getting:
Any idea?
1
vote
5answers
132 views
Default save path for Python idle?
Hi Geniuses,
Does anyone know where or how to set the default path/directory on saving python scripts prior to running? On a Mac it wants to save them in the top level ~/Document …
0
votes
1answer
59 views
Running Django from IDLE
I wish to test my django project form IDLE shell in windows.
I run following commands
from django.template import Template, Context
t = Template('test template')
but I get foll …
2
votes
3answers
273 views
How to Prevent ProcessMessages in Delphi
The Application.ProcessMessages command is well known and I use it in long processes to ensure my program will not tie up the computer.
But I have one fairly quick set of processi …
0
votes
3answers
49 views
Visual Studio 2008 crawling after long idle time
What's up people.
Something's been bothering me for a while now... and I was wondering if any of you might know of a workaround for this.
The C# solution im working on is a huge …
2
votes
2answers
74 views
How can one set up a thread in C# to only execute when CPU is idle?
I have a Windows Service in C#. I want a certain thread to perform specific actions, but only when the CPU is idle. Is there a way to do this in C#.
3
votes
5answers
483 views
Python IDLE subprocess error?
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- …
0
votes
8answers
158 views
Idle for more than two weeks, no real development, what shall I do? [closed]
Idle for more than two weeks! all my team is idle! no more coding, just editing few lines of code, no real development, what shall I do?
if(idle){
// Please advise ...
}
0
votes
1answer
482 views
[iPhone] Delaying but not disabling iPhone auto-lock
Hi everyone,
I currently have a very simple app for which the only interaction is shaking the iPhone. However eventually the screen dims and auto-locks since the iPhone is not ge …
