Re: IDLE giving subprocess error Programming Software Development by vegaseat IDLE does hang up on some of the computer's firewall settings. My suggestion is to drop the old bird and go with something modern like DrPython, SPE, PyScripter, UliPad and so on. Re: Idle temp Hardware and Software Hardware by crunchie Idle temps mean nothing. Max temps under load are what you want to know. If you got close to 90C I would look at better cooling. idle system Programming Software Development by arezz09 can i make idle system for my application...so when user login system & idle for 30 minutes, system automaticly logoff... i only hve code in c#...anyone help me.. IDLE giving subprocess error Programming Software Development by Túrin So I was running a simple python program in IDLE, and I got this subprocess error. I looked it up … like this: socket error: connection refused IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal… Re: IDLE giving subprocess error Programming Software Development by sayana1987 For the last program which I wrote in the IDLE, a compiled python file got generated and from then this … other notepad file before deleting). And again I restarted the IDLE and it worked. Now I am able to use the… IDLE normally as before. I hope this may work for you. … IDLE and PythonWin crash reasons? Programming Software Development by TrustyTony …oriented features in Python) UPDATE: Now from fresh start of IDLE it did not crash, but did not quit properly still…starts OK, and functions well from running directly, but both IDLE and PythonWin crash/hangup on trying to quit with button1…that it is some kind of conflict with Tk running IDLE and tk running this program, but does anybody know … Re: IDLE and PythonWin crash reasons? Programming Software Development by TrustyTony … quit the tcl interpreter of Tkinter! If IDLE is used, quit will freeze it, since IDLE uses Tkinter too! Replace quit with… does the right thing. Only thing that works smoothly in IDLE is to put root=Tk() in the program: [CODE]from… Re: IDLE and PythonWin crash reasons? Programming Software Development by vegaseat Quit will quit the tcl interpreter of Tkinter! If IDLE is used, quit will freeze it, since IDLE uses Tkinter too! Replace quit with destroy, destroy is used to destroy a particular window in a multi-window program Re: IDLE and PythonWin crash reasons? Programming Software Development by jcao219 Man, object-oriented in my opinion is one of Python's best features. It's not just for creating GUI. So if you aren't familiar with the object oriented features of Python, you should really play around with them. They make programming very fun. I don't think you should be using Tkinter with IDLE,simply because IDLE itself uses Tkinter. Idle, wxPython, Tkinter, Widget toolkit, PyGTK, PyQT, Tk GUI? Programming Software Development by vmars … downloaded Python 2.6 from Python.org . It came with IDLE Gui. Poking around the internet, I see a bunch of… other pthon related names like: IDLE, wxPython, Tkinter, Widget toolkit, PyGTK, PyQT, Tk GUI . I am… IDLE in snow leopard Programming Software Development by donjones77 I haven't been able to get my version of IDLE to open since I upgraded to snow leopard. Is this my unique problem? Or does snow leopard require a special version of IDLE? Thanks for any help. Don Jones (donjones77) Idle temp Hardware and Software Hardware by redruM3015 I have an Intel Core 2 Quad Q9550 2.83 GHz CPU, I'm wondering at what temperature should it idle, and should I check the idle temperature from the BIOS or when the computer has fully started? Idle temp Hardware and Software Hardware by redruM3015 I have an NVIDIA GeForce 9600 GT and I'm wondering at what temperature should the GPU idle and where should I check the idle temp? I'm not sure I can check it in the BIOS but I do have a program that came with the card to let me check the temp while the computer is running. Re: Idle temp Hardware and Software Hardware by The New Normal … is a little different anyway. 25-35 is a good idle temperature. 45-50 is to be expected if you only… on the warm side. 50+ is definitely too hot for idle, as under load this will shoot up to 60 or… Re: IDLE and PythonWin crash reasons? Programming Software Development by vegaseat You can write Tkinter programs with the IDLE IDE as long as you remember to use destroy rather than quit. Idle link style in CSS Digital Media UI / UX Design by trixma … make a link appear as white text in all states (idle, hover, visited, click) but for some reason my… idle state does not conform to my CSS. Could someone have … Re: IDLE giving subprocess error Programming Software Development by jaclynn …) which apparently gummed up the whole subprocess inner workings of IDLE. This happened on Mac OSX with Python 3.2.2… Re: IDLE Shell not working; something to do with the internet? Programming Software Development by lllllIllIlllI Usually this is fixed pretty easily. Shut down all IDLE's open, and any other programs that could be using python. Then you proceed to the task manager (CTRL+ALT+DEL) and go to the processes tab. End any processes that have python.exe or pythonw.exe Once that is all done, try restarting IDLE Hope that helps Re: IDLE Shell not working; something to do with the internet? Programming Software Development by scru Never really. It's really a matter of personal preference. If you do actually grow out of IDLE, then you would have matured in Python enough to choose which editor suits you best (and use it well!). Still I find that IDLE never quite stops being useful (especially the interactive interpreter). Re: Idle link style in CSS Digital Media UI / UX Design by shaya4207 The idle state is just [ICODE]a[/ICODE], not [ICODE]a:link[/ICODE] Re: Idle link style in CSS Digital Media UI / UX Design by trixma [QUOTE=shaya4207;1479395]The idle state is just [ICODE]a[/ICODE], not [ICODE]a:link[/ICODE][/QUOTE] Thanks! this fixed it. Re: Idle Gui unresponsive Programming Software Development by vegaseat If you used the Windows installer file python-2.6.6.msi, then the 'IDLE' IDE should work by double clicking on file C:\Python26\Lib\idlelib\idle.pyw Otherwise it's your firewall setting. IDLE Shell not working; something to do with the internet? Programming Software Development by Zanbi …. Problem: When I first downloaded and tried to open the IDLE, I was asked - outside of the window as an alert… Re: IDLE Shell not working; something to do with the internet? Programming Software Development by scru The problem is that you denied IDLE the right to create a loopback server (which it needs; … Re: IDLE Shell not working; something to do with the internet? Programming Software Development by jlm699 Maybe it would be easiest to uninstall and re-install Python. Perhaps you should look at adopting a new IDE as well (I'm sorry I just can't stand IDLE!) Re: IDLE Shell not working; something to do with the internet? Programming Software Development by lllllIllIlllI Just search this website, we have loads of threads on the pros and cons of many other IDE's and im with Jlm. IDLE isnt good enough when programs get complicated. Its best to try something else. Re: IDLE Shell not working; something to do with the internet? Programming Software Development by Zanbi Never mind, I was looking at the wrong firewall (d'oh). It works now, thanks for the help. Do other IDE's use the same language? And when does IDLE stop being useful? Re: IDLE Shell not working; something to do with the internet? Programming Software Development by lllllIllIlllI Yeah i used to get that a lot with IDLE. I did the same thing i outlined above and that fixes that problem for me. Hopefully it works for someone else as well! IDLE not importing definitions Programming Software Development by yamman13 … .py files in the same folder, but for some reason IDLE wont recognize/ import them and keeps telling me they arent… Re: IDLE not importing definitions Programming Software Development by jlm699 Also keep in mind that idle may not be running in the same working directory as your script. Check that wish [icode]os.getcwd()[/icode]