Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
window command window
#9
Gribouillis subprocess ?
Not quite sure how to use this? What I did do was make .py file using

import subprocess as sp
sp.run(['cmd', '/c', 'test_ra1.py'])

to a file ra_subprocess_test.py and then put this file with test_ra1.py in c: drive, open cmd prompt window.
Running ra_subprocess_test.py script runs test_ra1.py code which is the same a running test_ra1.py script.

--------------------------------------------------------------------------------------------------
snippsat

'No there is one .exe,can have multiply version(python 2.7, 3.8 or 3.9 but the name is still the same python.exe'

So this exe is for use in window 10 envoirment but actually can be a dos script or windows type script ? Opens cmd prompt window or used in window 10?

What is 'λ' character and how do you type this character with keyboard?
Do not now yet about pip. Does it package only dos type script?

--------------------------------------------------------------------------------------------------

Will be checking pyinstaller.
Reply


Messages In This Thread
window command window - by RobertAlvarez424 - Aug-03-2021, 10:26 PM
RE: window command window - by bowlofred - Aug-03-2021, 10:37 PM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 01:35 AM
RE: window command window - by Gribouillis - Aug-04-2021, 06:44 AM
RE: window command window - by buran - Aug-04-2021, 08:18 AM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 02:56 PM
RE: window command window - by snippsat - Aug-04-2021, 06:19 PM
RE: window command window - by RobertAlvarez424 - Aug-04-2021, 08:18 PM
RE: window command window - by RobertAlvarez424 - Aug-05-2021, 02:17 PM
RE: window command window - by jefsummers - Aug-05-2021, 03:11 PM
RE: window command window - by snippsat - Aug-05-2021, 03:40 PM
RE: window command window - by RobertAlvarez424 - Aug-05-2021, 05:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Hide CMD call window tester_V 8 373 Apr-16-2024, 08:26 PM
Last Post: deanhystad
  Open files in an existing window instead of new Kostov 2 364 Apr-13-2024, 07:22 AM
Last Post: Kostov
  How to Minimize ADB window OomKoos 0 409 Dec-29-2023, 12:41 PM
Last Post: OomKoos
  add entries and labels to the window tkinter jacksfrustration 3 651 Oct-10-2023, 06:41 PM
Last Post: buran
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 1,858 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Can't stop keyboard listener to grab chars typed inside CTk window Valjean 9 1,401 Sep-25-2023, 08:07 PM
Last Post: deanhystad
  read active document name - other than from the window title ineuw 0 552 Sep-11-2023, 09:06 AM
Last Post: ineuw
  how to open a popup window in tkinter with entry,label and button lunacy90 1 931 Sep-01-2023, 12:07 AM
Last Post: lunacy90
Bug tkinter.TclError: bad window path name "!button" V1ber 2 834 Aug-14-2023, 02:46 PM
Last Post: V1ber
  Howto do motion event on solely window and not the widgets on it? janeik 3 889 Jul-11-2023, 12:10 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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