Re: Freeze vs cx_Freeze

2007-04-06 Thread Phil Thompson
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 t

Freeze vs cx_Freeze

2007-04-06 Thread 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 READ