Note: I am sending this using the google groups page. GMail did not send my message to the group for some reason, and this might be a duplicate.
I am on void linux. No version for this. But kernel is 6.6.23_1. The version of the packages in venv (virtual environment) are Package Version ------------------------- ------- altgraph 0.17.4 packaging 24.0 pip 24.0 pyinstaller 6.5.0 pyinstaller-hooks-contrib 2024.3 python-xlib 0.33 (this is from the global site-packages - not in the venv) setuptools 69.2.0 six 1.16.0 (this is from the global site-packages - not in the venv) Some packages are from the global site-packages since I have include-system-site-packages=true. Here is the error [28380] Failed to execute script 'main' due to unhandled exception! Traceback (most recent call last): File "main.py", line 5, in <module> ModuleNotFoundError: No module named 'Xlib' line 5 in main.py is import tkinter; This I think is importing the Xlib implicitly. Please tell me if you need other information. Regards On Wednesday, April 3, 2024 at 11:02:24 AM UTC+3 bwoodsend wrote: > Can we get the runtime error message? And what distribution+version is > this? > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/3d0f1c79-c6b8-4474-a425-211761dfd300n%40googlegroups.com.
