+ 1
How can I compile a python program to executable file.
2 Respuestas
0
This is one of the harder answer by all the time.
You can follow many ways, you can convert it in many format for every OS. If you are windows you can try with py2exe , but trust me, conversion issues make it a very hard work to do
I think there is no official way to do so, python is the more versatile programm language of most, but not so known yet
0
Thanks. I was told about py2exe. I'll sure checked it out. Thanks.