Pyinstaller

Hello,

I try to create a .exe from a .py script. I use Pyinstaller. The script runs fine with no errors in Pycharm. If i open the .exe my Tkinter opens i can choose the files etc… And then in the middle of the process it stops at this line:

WARNING: org.esa.s2tbx.dataio.metadata.GenericXmlMetadata: Metadata: the path to element [granuleidentifier] does not exist

This Warning makes usualy no problem.

Has anybody an idea i am frustrated with that i cant find the error.
While creating the exe with Pyinstaller i get the following warning:

What do you mean with logging? I found out that the problem might be the following error message while creating the exe: lib not found: jvm.dll dependency of C:\OSGEO4W\apps\Python27\lib\site-packages\snappy

Thx in advance