Python IDLE won't open - just get firewall error message, yet no firewalls are present. Tried both on school laptop (I'm a teacher) and pupil work station (logged on as myself). Students are able to open IDLE without issues.
Hi MrE.Merry, There may be a file clashing with the normal python files. I guess, you could take a look into your Python directory, and see if you have .py file which has a name of another python module/keyword, causing it to conflict with the normal module in python. Remove that/those files, or move that/those files to some other directory, and see if IDLE starts working for you again. I would suggest you look in your main python directory and see if there are any .py files that you could move to different places. Or, simply, you can cut all files with .py extension, paste them in a place different from the os path. Run the IDLE again.
(Usage questions are generally better directed at python-list, but I will try to answer here first.) It is actually a 'connection not made' error, with a Firewall being only one possible cause for the non-connection. Questions: What OS? Windows? Mac? or ??? What exact Python version was installed? 3.3.2? or something else? How was it installed? For source or binary installer? Installed for one user? or all? Are you saying that on one machine a student can use it (logged in as student) but you cannot (logged in as teacher)?