How to compile/freeze a python 3.3.2 -


this question has answer here:

what program can use make stand-alone exe of python program? , how use it?

you can use py2exe http://www.py2exe.org

and there's tutorial on how use on site http://www.py2exe.org/index.cgi/tutorial

it converts runnable python scripts exe executables user doesn't have install python run file


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -