On Sun, May 9, 2010 at 1:28 PM, Robin <rob...@cnsp.com> wrote: > 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,
The standard tools for that are: http://www.py2exe.org/ http://www.pyinstaller.org/ I'm unsure whether they work with Python 3.x or Windows 7 though; their websites don't say explicitly. They probably work with Windows 7. It's a bit less likely that they work with Python 3.x Perhaps someone who's tried those combinations will chime in. Cheers, Chris -- I'm on OS X myself, so... http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list