Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ping Sweep help
#4
Hi,
I don't use Linux as such, so not fully qualified to answer, but...

Doing a quick search on Google, it looks like your Python script is being run outside of Python and to fix this you need to add this line to the top of your script:
#!/usr/bin/python

This should ensure that the script is executed in Python. I may be wrong - but it should be worth a try. Add the line above and see what happens...

Good Luck

Bass

"The good thing about standards is that you have so many to choose from" Andy S. Tanenbaum
Reply


Messages In This Thread
Ping Sweep help - by The501stOfNoobPy - Jun-25-2017, 02:33 PM
RE: Ping Sweep help - by Bass - Jun-25-2017, 02:44 PM
RE: Ping Sweep help - by The501stOfNoobPy - Jun-25-2017, 03:12 PM
RE: Ping Sweep help - by Bass - Jun-25-2017, 05:27 PM
RE: Ping Sweep help - by Larz60+ - Jun-25-2017, 06:17 PM
RE: Ping Sweep help - by DeaD_EyE - Jun-26-2017, 10:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need some guidance on a script to ping a list of ip's cubangt 11 2,152 Aug-10-2023, 02:39 PM
Last Post: snippsat
  non-stop ping script kucingkembar 1 1,446 Aug-23-2022, 06:29 AM
Last Post: menator01
  Win32\ping.exe windows pops up -very annoying... tester_V 9 3,444 Aug-12-2021, 06:54 AM
Last Post: tester_V
  Looking for discord bot to make loop ping for address ip tinkode 0 1,896 Jul-26-2021, 03:51 PM
Last Post: tinkode
  Ping command using python 3.6.5 Martin2998 6 17,823 Apr-19-2021, 06:24 PM
Last Post: blazejwiecha
  GPIO high if network IP has good ping duckredbeard 3 2,437 Oct-12-2020, 10:41 PM
Last Post: bowlofred
  Create a program that PING a list of IPs skaailet 7 6,752 Mar-26-2020, 10:46 PM
Last Post: snippsat
  ping with output jacklee26 1 5,102 Nov-28-2019, 01:01 PM
Last Post: Axel_Erfurt
  PING PONG GAME akea 0 5,777 May-08-2019, 04:30 PM
Last Post: akea
  Ping Code Problem MTom5 1 2,837 Sep-04-2018, 09:58 PM
Last Post: MTom5

Forum Jump:

User Panel Messages

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