Thursday, July 5, 2012

standalone python executables

some good links i've dug up for making standalone programs from python

http://docs.cython.org/src/userguide/extension_types.html
http://hg.cython.org/cython/file/8bff3332e34f/bin/cython_freeze
http://wiki.python.org/moin/Freeze
http://stackoverflow.com/questions/1681021/detailed-explanation-about-pythons-freeze
http://cx_freeze.readthedocs.org/en/latest/index.html
http://www.py2exe.org/index.cgi/Tutorial
http://hg.cython.org/cython-devel/file/tip/Demos/freeze/README.txt#l1
http://wiki.wxpython.org/CreatingStandaloneExecutables
http://stackoverflow.com/tags/cx-freeze/hot

No comments: