Skip to content Skip to sidebar Skip to footer

Making A Portable (exe) With Python 3.1?

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 s

Solution 1:

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

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

Post a Comment for "Making A Portable (exe) With Python 3.1?"