q1x / zabbix-gnomes

Various scripts to automate tasks in Zabbix
Other
179 stars 94 forks source link

Python version #4

Open rauhmaru opened 8 years ago

rauhmaru commented 8 years ago

Hello, I tried using the scripts but in openSUSE, but most did not work. Only they started to run after them performed with python3 and some adjustments in the code (indented with autopep8 and repair of ConfigParser). Is there any version for python3?

Thank you.

q1x commented 8 years ago

I have not looked into supporting Python3 yet. I'm happy to accept any pull request that get the scripts working on Python 3.

hecko commented 6 years ago

Well, just ported one of the scripts and created pull request - possibly a good starting point to migrate the rest of them

hint: python3 -m pylint ./scriptname.py