658 INFO: Building Analysis because Analysis-00.toc is non existent 658 INFO: Initializing module dependency graph... 660 INFO: Caching module graph hooks... 685 INFO: Analyzing base_library.zip ...
I have a module that is writen in python3. When I install it with pip I can start my GUI. Now I tried to create a compiled executable with pyinstaller(3.6) on Windows 10. If I do the compilation ...