| | 7 | |
| | 8 | == If Things Go Wrong == |
| | 9 | |
| | 10 | 1. '''!PyInstaller crashed when packaging my program''' [[BR]] This looks like a bug. Please have a look at HowtoReportBugs, which will help us a lot on solving the problem. |
| | 11 | 2. '''I get an !ImportError when running the packaged version. What should I do?''' [[BR]] Please make sure, all modules required by you application are packaged. See [wiki:HowtoReportBugs#Beforesubmittingareport:Makesureeverythingispackaged How to Report Bugs] for more information. |
| | 12 | 3. '''My program crashes when running the packaged version. What should I do?''' [[BR]] Please make sure, all data files required by you application are packaged. See [wiki:HowtoReportBugs#Beforesubmittingareport:Makesureeverythingispackaged How to Report Bugs] for more information. |
| | 13 | 4. '''I made it work by implementing a hook. Do you want it?''' [[BR]] Yes, we'll happily integrate any hook which may be of interest for others. Please open a ticket and attach the hook. |