~ Mayank Johri’s Tips ~

December 14, 2008

TIPS: Python: How to convert python script to executable

Filed under: Development, Python — mayankjohri @ 12:15 am
Tags: ,

Python script can be converted in a standalone executable using one of the exe builder like
* py2exe (Windows)
* py2app (Mac OS)
* PyInstaller (all platforms)
* cx_Freeze (Windows and Linux)
* bbFreeze (Windows and Linux)

2 Comments »

  1. http://www.voidspace.org.uk/python/weblog/arch_d7_2008_12_06.shtml#e1038

    Apparently, you don’t even need them in Python 2.6 and 3!

    Comment by Jason Baker — December 14, 2008 @ 2:43 am | Reply

  2. @Jason, with your solution, Python have to be installed in the target system and that isn’t the idea.

    Comment by Informático de Guardia — June 4, 2009 @ 6:25 pm | Reply


RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.