Making a portable (exe) with Python 3.1?

theUserIam picture theUserIam · Oct 1, 2009 · Viewed 18.6k times · Source

Is there a way to make a portable/stand-alone exe for python apps?

I've read about p2exe but it doesn't support the latest version. I'm reluctant to go to 2.6 because I'd rather stay with the latest version instead of worrying about incompatibilities as soon as 2.6 becomes too outdated.

Answer

Carl Norum picture Carl Norum · Oct 1, 2009

cx_freeze has worked for me. Here's a link. The page claims to support 3.1. Good luck!

http://cx-freeze.sourceforge.net/