Freeze vs cx_Freeze

M

mathieu

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/
 
P

Phil Thompson

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 ?

http://pyinstaller.python-hosting.com/

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top