hello all. I have tried to use cx_freeze for compiling python scripts into an executable file. I can do this very well on windows, but could not figure out how I can do the same in debian gnu/linux? can any one suggest how to compile python code into an executable on debian or any distro? I have python 2.4 installed on my computer. Krishnakant.
On 01-Nov-06, at 1:32 AM, krishnakant Mane wrote:
can any one suggest how to compile python code into an executable on debian or any distro?
why do you want to do this? It is not a good thing to do.
On 01/11/06, Kenneth Gonsalves lawgon@au-kbc.org wrote:
why do you want to do this? It is not a good thing to do.
I know. but due to some un avoidable reason I have to do it for one module. it will be nice if you could give me the way to do it. I just want to do a small experiment. thanking you. Krishnakant.