Re: Freeze statically

2011-07-15 Thread Sebastien Dudek
properly, I'm in! On Jul 11, 2:24 pm, Sebastien Dudek wrote: > 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

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