pyinstaller: create executable from monolitic script

Hi Fabio,

I work on Linux. The best solution is pyinstaller, cx_freeze or what?

I think the best solution (not necessarily the easiest one) is to
create packages in the native format of your target Linux platform.
That means debian packages (.deb) for Debian and Ubuntu, RPM's for
Fedora, OpenSuse, etc. That's what we do for Task Coach
(http://taskcoach.org). Feel free to browse the sources at
Task Coach download | SourceForge.net
(start at the Makefile and look at make.py, and the support files in
the build.in folder).

Cheers, Frank

ยทยทยท

2011/1/12 Fabio Spadaro <fabiolinospad@gmail.com>: