hsq125

Results 6 comments of hsq125

Thanks a lot for answering. Yes, I also found https://github.com/pyinstaller/pyinstaller/issues/3977. I'll try to clean up my project just right now to create a minimal example.

@mherrmann Here is a minimal example [fbs-freeze.zip](https://github.com/mherrmann/fbs/files/3432315/fbs-freeze.zip) It looks like adding any dependency to a empty project leads to the issue. Here is the procedure I followed to create the...

@mherrmann If I may suggest an hypothesis -> I think that the problem arise as soon as you add a dependency in the project, whatever it is (could be pillow,...

After having tested the two approaches for packaging a python app - with fbs, or with pyinstaller only, I would advice to stick to pyinstaller only. There is actually no...