Compile PyQt program into a stadarlone exacutable for Linux
-
Well, the title say it all. I have just finished my first stable version of my PyQt4 program. I want the program to be available in other Linux Distros without the need of installing the Qt4 and PyQt4.
Is there any way to compile the 4-files program into one standarlone executable? I search a lot on the web but couldn't understand what is my options and how to use them. I want something explained and if possible, straightforward.