Creating an installer for a python GTK3 application
- by Noam Gal
I have just finished developing a Python 2.7 application using Gtk3 for GUI. My question is, how can I now create an installer for Windows, Mac, and Linux (possibly three different installers) for my end-users to easily download the application without having to download python and GTK and such.
I have never created an installer from a python…