Relative Content

Tag Archive for pythontkinterpyinstaller

Pyinstaller misses ¿modules?

while executing the .exe file created with Pyinstaller of my py code I got a problem, when changing to merge pdf window it dont show the tkinterdnd2 drag and drop function (Left Image is how .exe shows the window and the second one how the interpreter shows the window.

Pyinstaller misses ¿modules?

while executing the .exe file created with Pyinstaller of my py code I got a problem, when changing to merge pdf window it dont show the tkinterdnd2 drag and drop function (Left Image is how .exe shows the window and the second one how the interpreter shows the window.

Pyinstaller misses ¿modules?

while executing the .exe file created with Pyinstaller of my py code I got a problem, when changing to merge pdf window it dont show the tkinterdnd2 drag and drop function (Left Image is how .exe shows the window and the second one how the interpreter shows the window.

Problems with pyinstaller collect-data and sv_ttk

I am trying to create an executable using PyInstaller for my Python application, but I am encountering a ModuleNotFoundError for ‘sv_ttk’. The application runs fine in my VS Code, but the error occurs only in the executable.