This post originated from an RSS feed registered with Python Buzz
by Thomas Guest.
Original Post: Py2exe
Feed Title: Word Aligned: Category Python
Feed URL: http://feeds.feedburner.com/WordAlignedCategoryPython
Feed Description: Dynamic languages in general. Python in particular. The adventures of a space sensitive programmer.
Suppose you don’t know if your Windows users have Python installed –
or you don’t know which version of Python they’ve got installed. You
can still distribute a Python program to them using
py2exe.
Here’s how:
Make sure that you yourself have Python
installed, and that you know which version you have installed
(python -v will tell you).
Visit http://www.py2exe.org/ to get an overview of what Py2exe does.