I\'ve written an app in python that depends on wxPython and some other python libraries. I know about pyexe for making python scripts executable on Windows, but what would b
You could check out py2app, which is similar to py2exe