Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9143299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:59:16+00:00 2026-06-17T09:59:16+00:00

I have the following while loop in my Python script while 1: functionToGetXandY if

  • 0

I have the following while loop in my Python script

while 1:   
    functionToGetXandY
    if x == z:
        os.system("google-chrome --start-maximized " + x)
        currentLink = latestLink

    if y == z:
         subprocess.call([vlc_path, "--fullscreen", z])

    time.sleep(1)

Whenever Chrome or VLC is started through the script the loop seems to stop – or sometimes wait until the opened window is closed. What am I missing?

Note: The infinite loop is on purpose – the script continuously checks an XML file to execute a command (that part works)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:59:17+00:00Added an answer on June 17, 2026 at 9:59 am

    Both subprocess.call and os.system are blocking calls. This means that when you call either of them, your script pauses until the program you called exits.

    If you want your Python script to continue executing immediately, you may want to look into subprocess.Popen which is non-blocking and takes pretty much the same arguments subprocess.call takes

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple python script that just runs an infinite while loop and
I'm working in Python. I have the following code: while not is_suffix(pattern[:k], pattern[:q]): k
I have the following script: i=1; while [ $i -lt 51 ] do osascript
So I have a python script that runs a loop in which it calls
I have seen the following while loop condition in many examples and even I
I have to run my python script as win32 service as following: aservice.py import
Guys, I have the following code that is inside a big while loop that
I have the following simplified while loop code: while($row = mysql_fetch_array($result)) { mail($to, $subject,
I have the following loop: while($row = mysql_fetch_assoc($result)) { <some code> if ($user) echo
Let’s say I have the following Bash script: while read SCRIPT_SOURCE_LINE; do echo $SCRIPT_SOURCE_LINE

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.