Displaying 1 result from an estimated 1 matches for "cx_freez".
Did you mean:
cx_freeze
2010 Apr 13
1
CentOS-3, is this what I need?
Hi,
I am new to linux and so far I have only used ubuntu. I have
developed a python application which I would like package and
distribute. The problem with
packaging tools such as pyinstaller and
cx_freeze is that you have to compile the bootloader first. Now If I
compile the loader on karmic 9.10, the binary
would suffer from
compatibility issue. In other words I won't be able to execute the app
on a lower version such as ubuntu 8.04.4 LTS.
The solution is to
use as much as old libc as you...