Python Forum

Full Version: Which is best for python?Linux or windows?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(Jun-18-2017, 12:41 PM)sparkz_alot Wrote: [ -> ]Well ain't that something. I always presumed all Linux distros came with Python pre-installed.
Linux does. The version (3.x/2.x) depends on the distro. In fact a lot on linux requires python installed. When you install it on windows tkinter option to be installed is automatically checked (along with pip) to install as well. I believe most python installs defaulted to linux are compiled without tkinter in the standard library.
Quote:Arch and Gentoo are two linux distros that i know that you need to install python as well as tkinter in addition.
I was meaning python of whatever is not default and tkinter to both default and the other python version.
(Jun-18-2017, 10:35 AM)metulburr Wrote: [ -> ]Arch and Gentoo are two linux distros that i know that you need to install python as well as tkinter in addition.

The devil made me read this as "Arch and Gentoo are two linux distros that i know that you need to install python as well as tinker in addition".
Pages: 1 2 3