Packaging and deployment of standalone Python applications?

Chris Angelico rosuav at gmail.com
Thu Sep 17 03:38:43 EDT 2015


On Thu, Sep 17, 2015 at 5:24 PM, Christian Gollwitzer <auriocus at gmx.de> wrote:
> IMHO this is one of the lacks of CPython. Distributing source is not always
> practical, especially if the project involves modules written in C, or a
> large number of 3rd party libraries. To provide linux binaries as .rpm and
> .deb, as suggested elsewhere in this thread, is even more cumbersome than
> binaries in this case - you'd have to set the right dependencies for a huge
> variety of distributions, such that the package manager pulls, e.g.
> "python-pillow" on one distro and "libpillow" on another etc. A well
> maintained portable distribution for all major platforms could substantially
> ease that out.

If you want to know what's state of the art there - and even more so:
if you want to push the state of the art - join the distutils-sig
mailing list:

https://mail.python.org/mailman/listinfo/distutils-sig

This is where these kinds of questions will be discussed, and
(hopefully!) solved.

ChrisA



More information about the Python-list mailing list