Tuesday 6 September 2005 — This is 19 years old. Be careful.
Yay! A new version of py2exe is out, and now it can make single file executables. Earlier versions would create Windows executables, but they needed a flotilla of a dozen or so other files around them. 0.6.1 can bundle everything into one exe, simplifying distribution. Yay!
Comments
I remember Joel Spolsky initiating a discussion of this:
http://www.joelonsoftware.com/articles/PleaseLinker.html
Some responses were at:
http://blogs.msdn.com/jasonz/archive/2004/01/31/65653.aspx
http://ask.slashdot.org/article.pl?sid=04/01/31/2027235&tid=156&tid=201&tid=4
I think that I lean to the side of not linking in library code since I don't want to be responsible for tracking updates to all the libraries that I use.
If your goal is to ship Python code to Python programmers, then by all means, use their configuration. But if your goal is to distribute an application that happens to be written in Python, use py2exe.
Add a comment: