Mailing List Archive

Using freeze
Hello
I'm trying to make exe's from python scripts using VC6++. However I'm
lost as to how to use freeze to accomplish this. If someone could include
some details I would really appreciate it.

thanks
Sunit
Using freeze [ In reply to ]
From: "Max M. Stalnaker" <stalnaker@acm.org>

Not an expert, but I have done it using vc++5.

In the freeze directory, under tools, which directory you get when to
download and install the source, which you have to do, there is a html file
that is where you need to go next.

My project plan would be :

1) compile source (to prove things are set up and you know what to do)
2) execute freeze.py on your program, with a command line parameter to put
the result in c:\temp
3) goto c:\temp and type nmake
4) test the result

You might have problems with 6.0 since 5.0 is what is supported out of the
box.
The resulting executionable will be dependent on some external programs.

SunitJoshi wrote:

> Hello
> I'm trying to make exe's from python scripts using VC6++. However I'm
> lost as to how to use freeze to accomplish this. If someone could include
> some details I would really appreciate it.
>
> thanks
> Sunit

--
Max M. Stalnaker stalnaker@acm.org
Astar Computer Consulting: Networking and Custom Accounting Software
Using freeze [ In reply to ]
Not an expert, but I have done it using vc++5.

In the freeze directory, under tools, which directory you get when to
download and install the source, which you have to do, there is a html file
that is where you need to go next.

My project plan would be :

1) compile source (to prove things are set up and you know what to do)
2) execute freeze.py on your program, with a command line parameter to put
the result in c:\temp
3) goto c:\temp and type nmake
4) test the result

You might have problems with 6.0 since 5.0 is what is supported out of the
box.
The resulting executionable will be dependent on some external programs.

SunitJoshi wrote:

> Hello
> I'm trying to make exe's from python scripts using VC6++. However I'm
> lost as to how to use freeze to accomplish this. If someone could include
> some details I would really appreciate it.
>
> thanks
> Sunit

--
Max M. Stalnaker stalnaker@acm.org
Astar Computer Consulting: Networking and Custom Accounting Software