[PyInstaller] Re: Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
I did this, but it still gives me the same error Hidden import does not work: 15971242 ERROR: Hidden import '_jpype' not found bwoodsend schrieb am Freitag, 17. Mai 2024 um 13:09:29 UTC+2: > --hiddenimport=_jpype is the flag for missing modules. > ​ > -- You received this message because you a

[PyInstaller] Re: Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
i did this, but it still gives me the same error bwoodsend schrieb am Freitag, 17. Mai 2024 um 13:09:29 UTC+2: > --hiddenimport=_jpype is the flag for missing modules. > ​ > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from th

[PyInstaller] Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
Hi, I want to create an .exe from my python scripts. I added alle the imports but if I start the exe it always throws an error: "No Module named '_jpype' " So in jpype there is a file named _init_.py and in line 18 it says "import _jpype" Then I tried to find the location of _jpype and it direc