Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 16 Online
OpenStudy (anonymous):

This seems more like a hardware/software question, but I just tried to open my problem set program (in progress) and got an error message. IDLE can't bind TCP/IP port 8833... and more about no networking or another IDLE is using the port.... use the -n command to use it w/o the subprocess... all of which I do not understand. Help, anyone?

OpenStudy (e.mccormick):

IDLE runs via a network port. See, it feeds things to Python that way. http://www.cs.ucsb.edu/~pconrad/cs8/topics/idle/

OpenStudy (anonymous):

Thanks. I did have an infinite loop and didn't know how to interrupt. It's been hours now and still the same message. two follow-up questions 1. how to interrupt the running of a program (esc didn't work)? 2. the document linked in your message said, "... stronger measures may be needed" Any idea what those might be? thanks again.

OpenStudy (rbx):

You may use Ctrl + C to break a running program.

OpenStudy (rsmith6559):

2. You may have to kill the process with Taskmanager, or in *nix, using the kill command. There are situations where only a reboot will stop a process.

OpenStudy (rbx):

@rsmith6559 Yes, seems so. I made an infinite recursion program which I was unable to exit using Ctrl + C. It stopped automatically when maximum depth reached.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!