No module named pyinstaller

broken image
broken image

Here is my pyinstaller version: $ pyinstaller -version Here is the top of my main.py script: #!/usr/bin/env python I realize there are several similar questions like this on SO but none of the solutions have worked for me. Pyinstaller creates the executable but when I try to run it says the Tkinter module is missing. I have created a python script using Tkinter and am trying to package it using a Mac with Pyinstaller.