[Ncr-Python.in] Trouble Making Windows Executables from Python Code
Hi, I am using CentOS for writing python code. I want to make windows executables from it but cannot find a package to convert python code to exe. I looked at py2exe but I could not get it to install on my system.Apparently it doesn't work for Linux. Please suggest some alternative to this. Thank You -- ~GAURAV LUTHRA~
gaurav luthra <gauravluthra06@gmail.com> writes:
Hi,
I am using CentOS for writing python code. I want to make windows executables from it but cannot find a package to convert python code to exe. I looked at py2exe but I could not get it to install on my system.Apparently it doesn't work for Linux. Please suggest some alternative to this.
I've never use it but cxfreeze[1] is supposed to be the "right way" to do this in a cross platform manner. [...] Footnotes: [1] http://freecode.com/projects/cx_freeze -- ~noufal http://nibrahim.net.in Live within your income, even if you have to borrow to do so. -- Josh Billings
participants (2)
-
gaurav luthra -
Noufal Ibrahim