Python Forum
how to create python modal forms
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to create python modal forms
#4
Quote:I need to know how codeA.py would call these (either codeB.py, codeC.py etc.)
There are many ways how you can call another python module. It depends what your trying to achieve from calling an another module. Calling in using os.system or by using multiprocessing module do all the same things.

The question to ask, what is the intention of calling those module? What do you want from the calling module to return. That is, are you expecting some value in codeA from codeB and are expecting to process the return value in codeA?

Quote: This is what I need to do as the form Can be closed down etc while codeB.py or codeC.py is still active.
If this case, I think there's serious design issue here.
Reply


Messages In This Thread
how to create python modal forms - by shaun - Jan-17-2018, 12:45 PM
RE: how to create python modal forms - by shaun - Jan-17-2018, 01:46 PM
RE: how to create python modal forms - by hshivaraj - Jan-17-2018, 02:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  difference between forms of input a list to function akbarza 6 1,289 Feb-21-2024, 08:02 PM
Last Post: bterwijn
  2 forms of this tool grep command Lylyhannah 0 2,058 Jan-21-2019, 08:21 AM
Last Post: Lylyhannah
  Python with email forms, and frontend code in general MattH 4 3,549 Feb-18-2018, 03:29 AM
Last Post: MattH

Forum Jump:

User Panel Messages

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