I would like to distribute a .exe program that I made with Python and py2exe. My program may be commercial (not sure). If so, I don't want people to recover easily the sourcecode. (Of course reverse engineering or complex decompiling can always be done, but...)
So : is it possible to recover the original sourecode from an executable produced by py2exe?