Hello Everyone,
I'm trying to package a bit of a bigger project with Pyinstaller (single 
folder is around 185MB).
Converting my project to a single folder works without any problems. 
However, when I try to start this program, it throws the error:

Traceback (most recent call last):

  File "my_script.py", line 6, in <module>

  File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module

  File "my_script_2", line 24, in <module>

  File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module

  File "compound_split\char_split.py", line 10, in <module>

  File "PyInstaller\loader\pyimod02_importers.py", line 366, in exec_module

  File "PyInstaller\loader\pyimod02_importers.py", line 161, in get_code

ImportError: PyiFrozenImporter cannot handle module 
'compound_split.de_ngram_probs'

[4956] Failed to execute script 'my_script' due to unhandled exception! 


I tried to import this module via hidden imports and tried to use the debug 
function to gain more information. Everything leads to the same result. 
Unfortunately, I cannot find anything to this error....

Can someone help me solve 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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/16d81dd7-0f59-43d7-9fdf-4e99c61e41b9n%40googlegroups.com.

Reply via email to