• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problems with Python IDLE on Vista...

InlineFive

Diamond Member
Hi all,

I installed Python with the Administrator account on my Vista machine. IDLE works on that account but it won't work on any other account. I've reinstalled so many times in different configurations that I've lost count but it still doesn't work under my normal User account.

Any ideas?

Thanks!

I5

UPDATE: Fixed it!

For archiveability I'm going to update the title to be more pertinent and share what I learned about how this works. While not quite as flexible as on XP it still works.

1. Python IDLE must be run as an administrator. No way around it.
2. You must leave the Python Shell open in the background (don't close it) otherwise program execution will fail.
3. You must close the Python Shell last. Close all "child" windows and stop executing programs before you close the shell and exit IDLE.

Good to go!
 
Okay, it looks like the issue is coming from the firewall blocking IDLE's communication on localhost. Allowing the program on Windows XP fixed the issue. But even if I disable the firewall on Vista the issue still occurs, even when run as Administrator.

Anyone run into this? Thanks!
 
Back
Top