Python Forum
[Tkinter] Exit function in Python on Ubuntu
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Exit function in Python on Ubuntu
#2
Why are you using subprocess to run separate Python programs like this? That seems overcomplicated. Instead those programs should be organised into functions (and classes where appropriate) that can be imported and used in this one.
Reply


Messages In This Thread
Exit function in Python on Ubuntu - by aalish - Dec-29-2020, 06:15 AM
RE: Exit function in Python on Ubuntu - by ndc85430 - Dec-29-2020, 07:39 AM
RE: Exit function in Python on Ubuntu - by aalish - Dec-29-2020, 08:08 AM
RE: Exit function in Python on Ubuntu - by ndc85430 - Dec-29-2020, 08:41 AM
RE: Exit function in Python on Ubuntu - by aalish - Dec-29-2020, 03:34 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020