0

I am having a problem with my python 2.7 IDLE, (and the other parts, but mainly this.) Whenever I open it, it displays this error.

enter image description here

I have tried installing a new version of ActiveTcl, but it still won't work. Is there a special way I have to configure it?

System Specifications - Mac Mini OS X version 10.8.5 2.3 GHz Intel Coee i5 4 GB 1333 MHz DDR3

shad0w_wa1k3r
  • 12,955
  • 8
  • 67
  • 90
Minecat40
  • 41
  • 1
  • 5
  • The IDLE opens a sub-process to execute the code in. The connection to this process is made via sockets. The IDLE can not connect to this process. You can either enable the connection or tell idle not to use any sub-process. Thi has nothing to do with Tkinter. – User Feb 27 '14 at 21:25
  • i am guessing IDLE (or a specific module of it) requests internet connection. try adding it to your firewall permit access list, as the message says and see what happens. But i am only guessing since i am not using MAC and this message is error is surely weird. –  Feb 27 '14 at 21:25
  • How do I enable connection/tell it not to use subprocesses? – Minecat40 Feb 27 '14 at 22:42

0 Answers0