Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version #11

Open
yukimer opened this issue Apr 10, 2017 · 3 comments
Open

Python version #11

yukimer opened this issue Apr 10, 2017 · 3 comments

Comments

@yukimer
Copy link

yukimer commented Apr 10, 2017

Was this program made to run on python 2.7 or 3? There's some syntax problem going on and I have no idea if this is because of the version or what. I'm really thankful if you could help me with this. Thank's!

@jbrendel
Copy link

If you need a python ping that works with Python 2 as well as 3, I would like to point out my own ping implementation here: https://github.com/romana/multi-ping

It's small and compact, works with py2 and py3, is capable of monitoring many addresses simultaneously and can even take care of retries for you.

@jamesb2147
Copy link

To directly answer yukimer's question, this program was designed and runs fine for me in python2.7. This issue can definitely be closed.

@mungewell
Copy link

I can confirm that this script functions with Python2, but syntax errors (on the 'except') with Python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants