I'm trying to create a GUI Python app using Py2App, but am having trouble running the setup script py2applet.
I've installed py2app via pip
$ sudo pip install py2app #this works ok
Then, I try to build the setup script:
$ py2applet --make-setup gui.py #this fails w/ no command found
What am I doing wrong?