I have completed the log parsing script including a simple GUI and I am wondering. Is it possible to pack the whole thing into one file (.exe prefferably) that would carry even the python itself, so it can be launched from stations without python+modules installation? Perhaps wrap it in C? I am quite new to programming world, hence the question may sound stupid.
I have tried to look at py2exe and pyInstaller, but didnt find a way to pack it "all". Script is written in Python 2.7.3 using GTK2x and some additional modules (dateutil, colorama).