Frage

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.

War es hilfreich?

Lösung

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:

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top