On Sep 11, 11:10 pm, narke <narkewo... at gmail.com> wrote: > My simple tool writing in python get bigger and bigger and I think I'd > better split my code into several files. But, unlike what in some other > languages, there is no way to compile these several files into a single > executable. Sure there is. py2exe, py2app, cx_freeze, etc.