Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85148
| References | <CAG+_XL-8cdKtRHGcgwT8wfP2j5bZBj3niskq-iCaGyzvH5wm2A@mail.gmail.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2015-02-03 07:07 -0700 |
| Subject | Re: __pycache__ |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18425.1422972481.18130.python-list@python.org> (permalink) |
On Mon, Feb 2, 2015 at 4:26 PM, Luke Lloyd <nieko444@gmail.com> wrote: > I am in school and there is a problem with my code: > > > > When I try to run my code in the python code in the python shell it waits > about 10 seconds then shows an error that says “IDLE’s subprocess didn’t > make connection. Either IDLE can’t start a subprocess or personal firewall > software is blocking the connection.” Then when I press OK it just closes. IDLE runs code by starting a Python interpreter in a subprocess and connecting to it. If this is a school computer then I would guess it probably has a very aggressive firewall as the message suggests. What happens if you try running the script directly from the OS command line instead of through IDLE?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: __pycache__ Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-03 07:07 -0700
csiph-web