Message from Python discussions

December 2018

— 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.
)

— 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

— Thx.
(what is gnome is it like the regular terminal?)

— In linux but on pc it is.

— Kind of linux environment

— Like KDE

— Oh and what is the traditional comand for terminal opening xterm?