Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 204903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:30:32+00:00 2026-05-11T17:30:32+00:00

IDLE’s subprocess didn’t make connection. Either IDLE can’t start a subprocess or personal firewall

  • 0

IDLE’s subprocess didn’t make
connection. Either IDLE can’t start a
subprocess or personal firewall
software is blocking the connection.

Don’t think this has been asked-how come this comes up occasionally when running very simple programs-I then have to go to Task Manager & stop all Pythonw processes to get it to work again?

It seems to happen randomnly on different bits of code-here is the one I’m doing at the moment-

f = open('money.txt')
currentmoney = float(f.readline())
print(currentmoney, end='')
howmuch = (float(input('How much did you put in or take out?:')))
now = currentmoney + howmuch
print(now)
f.close()
f = open('money.txt', 'w')
f.write(str(now))
f.close()

Sometimes it works, sometimes it doesn’t!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:30:32+00:00Added an answer on May 11, 2026 at 5:30 pm

    In Python 3.0.1, I have gotten that error after I Ctrl-C to interrupt a previous run of a program in Idle’s Python Shell and then try to run a script.

    Also in 3.0.1: Let’s say you have two Idle windows open: a script open for editing in one, and Idle’s Python Shell window. I have found that if you close the shell window and then immediately try to run the script, it will give that error when it tries to re-open the shell – but not if you wait a bit in between to let Idle do whatever connection clean up it needs to do.

    Worse bugs I have found (again, in v3.0.1- not sure if this would happen in the 2.x versions):
    I had a long script – getting up towards 9k lines – and once it got to a certain size, doing “save as” on it would crash Idle. I am not sure what the exact threshold was for size – but before that, I would also get some intermittent “save as” crashes that seemed to depend on what else I had going on – other Idle windows, how much output was in the shell window perhaps – stuff like that. It can crash and you will lose unsaved work.

    Also – one thing I commonly do is have a scratch window open where I cut and paste bits of code in various stages of validity, write notes to myself, etc – so not a valid python script, but I sometimes save these so I can come back to them. I have one such file that will crash Idle every time I try to open it – and I lost unsaved work the first time. (FYI: Other editors including PythonWin 2.5.2 have no problem opening the file.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 118k
  • Answers 118k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Very confusing way to ask this, but... Your 'page' has… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer You can write an HttpModule like this: /// <summary> ///… May 11, 2026 at 11:38 pm
  • Editorial Team
    Editorial Team added an answer Do this instead: public enum MyKeys { Key1, Key2, Key3… May 11, 2026 at 11:38 pm

Related Questions

IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall
Python's IDLE has 'Check Module' (Alt-X) to check the syntax which can be called
Does windows closes idle sockets? I mean if I'm a client connecting to a
I'd like to integrate a Python IDLE-esque command prompt interface into an existing NI-CVI
Python for Windows by default comes with IDLE, which is the barest-bones IDE I've

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.