Python Forum
Problem in installation and difficulty to use Python 3.5 on - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Problem in installation and difficulty to use Python 3.5 on (/thread-12478.html)



Problem in installation and difficulty to use Python 3.5 on - gowther - Aug-27-2018

Hello, I'm studying the Python language, and I needed to update the version I was using 3.4 to 3.6 or higher, but I noticed a constant error when I installed Python 3.5, 3.6 and 3.7, when the installation is finished and I run IDLE , prints the following error on the screen:
[Image: 5e3f2d09-833b-4b30-b7c2-cc07508d3f14?upload=true]


RE: Problem in installation and difficulty to use Python 3.5 on - Larz60+ - Aug-27-2018

Best to reinstall using proven method.

If for windows:
Python install part1
Python install part2

for Linux:
Python install Linux