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

Bug in master , #21

Open
hashimx opened this issue Feb 25, 2022 · 1 comment
Open

Bug in master , #21

hashimx opened this issue Feb 25, 2022 · 1 comment

Comments

@hashimx
Copy link

hashimx commented Feb 25, 2022

Inconsistent tabs and configparser module import is incorrect in script zhostfinder.py with Python version 3.10. Please correct it

Traceback (most recent call last):
File "C:\Users\hashim1\OneDrive - Intel Corporation\Desktop\workspace\zabbix\zabbix-gnomes\zhostfinder.py", line 7, in
import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

@herdir
Copy link

herdir commented May 16, 2022

In Python 3, ConfigParser has been renamed to configparser
That might be your issue.

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

2 participants