building a linux executable

Paul Boddie paul at boddie.org.uk
Wed Oct 24 08:25:50 EDT 2007


On 24 Okt, 14:20, Bjoern Schliessmann <usenet-
mail-0306.20.chr0n... at spamgourmet.com> wrote:
>
> I'm sorry I cannot help, but how many linux distros have no python
> installed or no packages of it?

It's not usually the absence of Python that's the problem. What if
your application uses various extension modules which in turn rely on
various libraries (of the .so or .a kind)? It may be more convenient
to bundle all these libraries instead of working out the package
dependencies for all the target distributions, even if you know them
all.

Paul




More information about the Python-list mailing list