[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 are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/0e618067-944c-484c-94d9-7176acf28bb1n%40googlegroups.com.


[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 this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/141c541c-2e6e-456b-9b05-4ed7b0d17332n%40googlegroups.com.


[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 directs me to this file:
_jpype.cp311-win_amd64.pyd

How can I add this file to my pyinstaller?

I tried to add it with --add-binary but this does not work.

Btw, I use auto-py-to-exe

Many Thanks and best regards!

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/4b865142-a0a4-46a9-a079-1c407c2b9df2n%40googlegroups.com.