python to exe

Vlastimil Brom vlastimil.brom at gmail.com
Sun May 9 17:05:13 EDT 2010


2010/5/9 Robin <robin1 at 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



More information about the Python-list mailing list