Re: Freeze statically

2011-07-15 Thread Sebastien Dudek
Actually, there is a solution but not very clean. I was surprise by two différent tools: - Statifier (but it needs to be compiled without ASLR) - And ErminePro which is very powerful to transform dynamic executables to static. But if someone is aware about compiling python code to static more pro

Freeze statically

2011-07-11 Thread Sebastien Dudek
Hi everyone! Let me explain you my big adventure. So I trying to make a static python executable using the native Python freeze. I've modified the file Modules/Setup.dist using this perl cli : perl -pi -e 's!(^# \*shared\*)!*static*\n$1!' Modules/Setup.dist Then ./configure, make && make install