Creating an installer for a python GTK3 application
Posted
by
Noam Gal
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Noam Gal
Published on 2014-08-21T21:51:19Z
Indexed on
2014/08/21
22:27 UTC
Read the original article
Hit count: 486
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 script before. I have heard that are some tools for this purpose (py2exe? pyinstaller?), but I wouldn't know how and what to pack with them in order for it to be able to use Gtk3.
Thanks in advanced, Noam.
© Ask Ubuntu or respective owner