2010/5/9 Robin <rob...@cnsp.com>: > Does anyone know of a way I can make a python script into an exe that > runs on windows7, I don't care if it is a python to c++ or python to c > translator or anything like it. The version of python I am using is > python 3.1. Thanks, > -Robin > -- > http://mail.python.org/mailman/listinfo/python-list >
Hi, you may check e.g. cx-freeze http://cx-freeze.sourceforge.net/ which apparently supports python 3.1. However I don't use it myself, hence I can't offer any details. py2exe doesn't seem to have python 3 support just now. hth, vbr -- http://mail.python.org/mailman/listinfo/python-list