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

Updating nagstatmon from 3.10.1 to 3.14.0 breaks on Windows 2022 #1023

Open
c3rberus opened this issue Apr 8, 2024 · 4 comments
Open

Updating nagstatmon from 3.10.1 to 3.14.0 breaks on Windows 2022 #1023

c3rberus opened this issue Apr 8, 2024 · 4 comments

Comments

@c3rberus
Copy link

c3rberus commented Apr 8, 2024

I am using nagstatmon 3.10.1 x64 on Windows 2022, connecting to check_mk instance, no issues.

When I try to get the latest 3.14.0 release, it fails to start with error below:

Traceback (most recent call last): File "PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py", line 46, in <module> File "PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py", line 25, in _pyi_rthook File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "win32com\__init__.py", line 9, in <module> ImportError: Module use of python310.dll conflicts with this version of Python.

Not sure why I get this error, anyone have any ideas?

@HenriWahl
Copy link
Owner

@c3rberus looks somewhat messy. The Python version bundled in 3.14 is 3.10 so I do not understand how this error message comes up: Module use of python310.dll conflicts with this version of Python

How did you upgrade?

May a "fix" would be to uninstall, delete all likely existing folders in C:\Progams\Nagstamon and reinstall again.

@thedubo
Copy link

thedubo commented Aug 15, 2024

Had the same issue.
Uninstalling and deleting the Nasgtamon folder did the trick for me!

@Netfreak25
Copy link

Win 11 Pro - x64

Same happend to me today, not sure from which Verison I upgraded to 3.14

Traceback (most recent call last):
  File "PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py", line 46, in <module>
  File "PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py", line 25, in _pyi_rthook
  File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
  File "win32com\__init__.py", line 9, in <module>
ImportError: Module use of python310.dll conflicts with this version of Python.

Deleting the Installation folder followed by a reinstallation helped out also.

@HenriWahl
Copy link
Owner

Please check latest development version.

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