Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: running python script from shell invoked with os.system("x-terminal-emulator -e /bin/
Post: RE: running python script from shell invoked with ...

no virus. Trying to open a terminal window, run the little script to capture the name, print that output, and then close the terminal. This works when I run it from a terminal: it captures the input, ...
markhaus General Coding Help 2 3,088 Feb-21-2019, 11:55 PM
    Thread: running python script from shell invoked with os.system("x-terminal-emulator -e /bin/
Post: running python script from shell invoked with os.s...

I have the following code in a file "hello.py": #!/usr/bin/python3 import os import time os.system("x-terminal-emulator -e /bin/bash") var = input("Please enter your name: ") print("You ...
markhaus General Coding Help 2 3,088 Feb-20-2019, 07:14 PM

User Panel Messages

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