PyInstaller: ImportError: No Module named Rect

Let me point you back to the previous answer. I’m afraid this is basically the same issue and the answer is the same:

The basic issue you’ve got is that these systems (py2exe, py2app, pyInstaller) try to detect what modules need to be packaged to run an experiment and this autodetection doesn’t always work. You might be able to force libs to be included manually, but that’s the part I’m not willing to support and debug because it’s painful!

good luck with it! :slight_smile: