Ob1
March 22nd, 2006, 09:26 PM
I have done some programing with python and i was wondering if anyone of you knew of something to complie a .py file into Machine code/language?
gord
March 22nd, 2006, 10:20 PM
if your looking to get a python program in a single .exe file for windows then py2exe (http://www.py2exe.org/) seems to be what people use. if you what python compiled into machine code much like C gets compiled into machine code then this (http://www.python.org/doc/faq/general.html#can-python-be-compiled-to-machine-code-c-or-some-other-language) is a general idea of your options, but mostly its just a pointless endeviour.
sapo
March 23rd, 2006, 06:43 AM
Just google for cx_freeze
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.