Hi,
I generated the main.py executable file using Gurux.DLMS.Client.Example.python\main.py,
and it's working fine in VS Code.
However, after generating the executable using PyInstaller, I encountered this error when running the executable:
Error:
Traceback (most recent call last):
File "Gurux.DLMS.Client.Example.python\main.py", line 13, in <module>
ModuleNotFoundError: No module named 'GXSettings'
[14452] Failed to execute script 'main' due to an unhandled exception!
My Python version is Python 3.12.3.
Hi, It seems like GXSettings…
Hi,
It seems like GXSettings.py is not included in the installation package. Check your arguments.
BR,
Mikko
Hi, Thank you for your…
Hi,
Thank you for your response.
It's an issue with PyInstaller. I used cx_Freeze, and it's working now.