Python Forum
Python script Server list - if condition error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python script Server list - if condition error
#1
I have below script where I am getting error after executing. Can any help in resolving errors.

#!/usr/bin/env python

import os

servers = os.system("cat /root/pydev/serv")   # =====> /root/pydev/serv has list of servers.

for serv in servers:
 if serv == "server01":
   print(serv)
 else:
   print("No Serv found")
 break
Output error:-
Error:
server01 server02 server03 Traceback (most recent call last): File "./loops.py", line 9, in <module> for serv in servers: TypeError: 'int' object is not iterable
Reply


Messages In This Thread
Python script Server list - if condition error - by razor04 - Jan-22-2020, 10:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Running script from remote to server invisiblemind 4 742 Mar-28-2025, 07:57 AM
Last Post: buran
  unable to remove all elements from list based on a condition sg_python 3 1,712 Jan-27-2024, 04:03 PM
Last Post: deanhystad
  Triggering a ps1 script in remote windows server via http python request jasveerjassi 1 1,061 Jan-26-2024, 07:02 PM
Last Post: deanhystad
  Python Alteryx QS-Passing pandas dataframe column inside SQL query where condition sanky1990 0 1,392 Dec-04-2023, 09:48 PM
Last Post: sanky1990
Sad "PriceSystem" Python Script error to Shopify API Alphetto 0 903 Jul-04-2023, 10:03 AM
Last Post: Alphetto
  Is there a *.bat DOS batch script to *.py Python Script converter? pstein 3 8,166 Jun-29-2023, 11:57 AM
Last Post: gologica
Question Need help for a python script to extract information from a list of files lephunghien 6 2,584 Jun-12-2023, 05:40 PM
Last Post: snippsat
  How to modify python script to append data on file using sql server 2019? ahmedbarbary 1 2,023 Aug-03-2022, 06:03 AM
Last Post: Pedroski55
  Server Folder Error : WinError5 Access Denied fioranosnake 1 1,742 Jun-21-2022, 11:11 PM
Last Post: Larz60+
  select Eof extension files based on text list of filenames with if condition RolanRoll 1 2,219 Apr-04-2022, 09:29 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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