Freeze vs cx_Freeze

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mathieu

    #1

    Freeze vs cx_Freeze

    Hello,

    I am currently investigating how to distribute a python based
    application on a targeted linux system (debian) and so far I only
    found two options:
    - Freeze (shipped with python dist)
    - cx_Freeze (*)

    As far as I understand those two options are very close. According to
    the cx_Freeze README cx_Freeze is simply easier to use (no dependencie
    of gcc, faster to create binaries) and it is cross-platform (no
    interest for me in this case).

    Anything else ?

    thanks,
    -MM

    (*) http://python.net/crew/atuining/cx_Freeze/

  • Phil Thompson

    #2
    Re: Freeze vs cx_Freeze

    On Friday 06 April 2007 9:08 am, mathieu wrote:
    Hello,
    >
    I am currently investigating how to distribute a python based
    application on a targeted linux system (debian) and so far I only
    found two options:
    - Freeze (shipped with python dist)
    - cx_Freeze (*)
    >
    As far as I understand those two options are very close. According to
    the cx_Freeze README cx_Freeze is simply easier to use (no dependencie
    of gcc, faster to create binaries) and it is cross-platform (no
    interest for me in this case).
    >
    Anything else ?
    Find information, resources and relevant links for python-hosting.com. This domain may be for sale.


    Phil

    Comment

    Working...