Message from Python discussions

December 2018

— sudo yum install python3-tkinter

— 


epel 12724/12724
No package python3-tkinter available.
Error: Nothing to do

— Please searching something like tkinter

— Aren't tkinter comes with python?

— Dont let me ask you exactly what's you need to do like this. It's wasted time and boring.

— Yes. but not some linux distro bring tkinter with separated package.

— Thx worked.
but i think it installed it on my python 2.7 version
(i need paramiko module also but :


No package paramiko available.
)

Message permanent page

— It's only be default if you install by download official python pacakge at python.org website.

— 

 subprocess.Popen('start',shell=True)

getting:
/bin/sh: start: command not found

what is the proper way for opening the shell?

Message permanent page

— Maybe you can have a look at decimal — https://docs.python.org/3/library/decimal.html

— If you are on gnome environment:

subprocess.Popen('gnome-terminal',shell=True)

DavidMeu

— 

start
is not a command