Python Forum

Full Version: py2exe - or py2android
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in tutorials was recently published an article for py2exe.

i'd like to target android this way.  any tools?
Quote:cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.6 or higher (including Python 3).

You'll have to do a bit of research, but looks like this will work.
see: http://cx-freeze.sourceforge.net/