python to exe

R

Robin

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
 
C

Chris Rebert

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
 
V

Vlastimil Brom

2010/5/9 Robin said:
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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top