Tkinter is how to do a portable GUI:
http://wiki.python.org/moin/TkInter
For building a standalone executable file:
There seems to be this new "pyinstaller" thing which sounds nice:
http://www.pyinstaller.org/
The old way I knew to do this is to use py2exe and py2app:
http://www.py2exe.org/
http://wiki.python.org/moin/MacPython/py2app
"Freeze" does it for Linux:
http://wiki.python.org/moin/Freeze
I don't know how to do iOS or Android (unless a Linux solution covers Android also)
cheers,
J
_______________________________________________ tor-dev mailing list tor-dev@xxxxxxxxxxxxxxxxxxxx https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev