May 2019
Intermediate to advanced
542 pages
13h 37m
English
If your build continues to have trouble, there are a couple of ways to get more information about what's going on.
First, make sure your code runs correctly as a Python script. If there is a syntax error or other code problem in any of your module files, the distribution will be built without them. These omissions will neither halt the build nor be mentioned in the command-line output.
After confirming that, check the build directory for details on what PyInstaller is doing. Under build/projectname/, you should see a number of files that can help you debug, including these:
Read now
Unlock full access