improving the question of THIS

I have python script file which i wrote in windows 7 and I am able create exe file of it using py2exe it is running fine in windows not in other OS. Now I want to create exe of that python script to run in all OS like Android, Linux, WindowsCE. Is there any possibility to do it? If yes, please explain step by step with example instead of posting ref-links.

有帮助吗?

解决方案

I would recommend looking at some existing python applications which are packaged for multiple platforms. Miro TV Application is a great example. Check out the relevant portions of setup.py for:

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top