|
Hi folks,
I'm using GTK in python with ubuntu linux and want to generate some kind of standalone script that can run on:
1. Other ubuntu machines 2. Mac 3. (if possible) Windows
I do not want to require the user to have GTK installed. I would like them to just download one executable (binary, I imagine) file and run it, with all the dependencies packed into it.
I apologize in advance if this is a very naive/ignorant question - I've never built an app intended for other users. Please let me know if this is possible, or what the minimal preparation would have to be for other computers to be able to use my app, or whether I should be using something other than GTK if I want more portability.
Thanks,
Jeremy.
|