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
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