Hi.
It's important to include the full text of whatever error messages you're
getting.
If you can, you should also include your code, or better: include an
http://sscce.org/
Can you start the python interpreter from bash, powershell or cmd.exe? If
not, please again include the full text of any e
On 17/10/20 4:04 pm, Dave Dungan wrote:
One more thing, the book says to save it as "types.py".
Which is probably a bad thing to do, because there is a built-in
module called "types" that this will shadow. If IDLE happens to
use that module, bad things could happen.
Have you tried using a diff
On 10/17/2020 5:00 PM, Dan Stromberg wrote:
Does this help?
https://stackoverflow.com/questions/29567051/python-error-idles-subprocess-didnt-make-connection-either-idle-cant-start
I believe I included every legitimate answer on stackoverflow, including
that post, in the doc section linked bel
Does this help?
https://stackoverflow.com/questions/29567051/python-error-idles-subprocess-didnt-make-connection-either-idle-cant-start
On Sat, Oct 17, 2020 at 12:44 PM Dave Dungan via Python-list <
python-list@python.org> wrote:
> Hello,
>
> I bought a book called Coding for Beginners to learn