Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #17473

Re: Question regarding binaries in /usr/lib/python3/dist-packages/

Path csiph.com!weretis.net!feeder8.news.weretis.net!srl.newsdeef.eu!news.corradoroberto.it!bofh.it!news.nic.it!robomod
From Soren Stoutner <soren@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: Question regarding binaries in /usr/lib/python3/dist-packages/
Date Thu, 23 Apr 2026 21:10:01 +0200
Message-ID <MN7AZ-hrWk-7@gated-at.bofh.it> (permalink)
References <MN7AZ-hrWk-9@gated-at.bofh.it> <MN6Yh-hrqS-3@gated-at.bofh.it> <MN7rj-hrCl-1@gated-at.bofh.it>
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Thu Apr 23 19:04:58 2026
Old-Return-Path <soren@debian.org>
X-Amavis-Spam-Status No, score=-114.51 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no
Organization Debian
Face iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEWIg4F7bGiws7ReTkyy kYoXFRrd6/4yMA0PAAACaklEQVQ4y22TwXabMBBFJaPuNZGSNZZp1uhM6BpkJeu4VFk3bsL/f0Lf CHC6qHyOgbl68zTDoIwaVfh3tUopTUGpbFToDiFnY9IY2oMAZYMiS4R9SfbSXepSS5EcFAa/muIU aRj8mkoUqrEraFzhYegBmqig0LyCIyM8DAwPlpBqmJVYaD2UeWZ3abVjsqKIojg+hY4omsyIcNSi qIBM6jJWOveS6kvBeVvHJ+VYzJUW88RmA12UiBx3HEcUMRuzIZI6tBQovTrPclNB3AuUXoXvs0XY C3B2baJpW4Dn2ZpVMInCirkxoyhM1qpK5nFrO65QvCrCqql2DyPgvm94iMQz5/PmISuEotxQGMD5 M5G1N9CjXJ5HQH96BZG2xx6AzejYZccxT4Re3Zr4bPKkCcGcz5Or3dVEABkAUY/znnVcQVVkrXVU vomoEJFe7x4nQuaZmZELL6qnXZGIB5YV/Q2IogtSmyNybEcBX2+QCLOAQYm+gmoORUrYzV7dc6R2 T1WPm45oVEQqsjtoIovHyTmcyxMhVVxTqapomZyLlAmTKC9AmjgamXXGZo+epNrXO3wGGiPRHbKL FnMy2RRgRb1gzFXXGjhICp8wqaTtdtyQH6nWTfkatJvJJoUCbOjSC7wR9/naEVognxrOFdLh7Ugx QpA/0QT4pRV0+u2dqsXD5y9EBDjVAJS3ZZLxmZblgmsU8x7mBeCKg48Py7WU2IiH1epbEbC8K9Ms y0cpcySVUcdQVrBY+rEsv+XpYgFKXT8B3v2yATxv8fKK2EfC358tsIMLYqfD401xA0j1EY4P/wWf IbhlOWyBv4OQsywBM8MAAAAAAElFTkSuQmCC
MIME-Version 1.0
Content-Type multipart/signed; boundary="nextPart1987857.jjqWt2dLqG"; micalg="pgp-sha512"; protocol="application/pgp-signature"
X-Debian-User soren
X-Mailing-List <debian-python@lists.debian.org> archive/latest/23750
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/7628900.f3S7pXKyVJ@soren-desktop
Approved robomod@news.nic.it
Lines 64
Sender robomod@news.nic.it
X-Original-Date Thu, 23 Apr 2026 12:04:31 -0700
X-Original-Message-ID <7628900.f3S7pXKyVJ@soren-desktop>
X-Original-References <6743094.KJgs85P2H9@soren-desktop> <aepqkv4xo0WpXRwd@belkar.wrar.name>
Xref csiph.com linux.debian.maint.python:17473

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Thursday, April 23, 2026 11:53:06 AM Mountain Standard Time Andrey 
Rakhmatullin wrote:
> On the other hand, shipping data of various kinds in dist-packages/ is
> relatively popular and usually tolerated. This seems to be similar to it,
> and to be honest I would make sure these executables are meant to be
> executed at all, as opposed to being included into the pyinstaller output
> (see "bootloader"), before e.g. contacting the upstream (or the DPT, but
> that's too late).

Yes, these executables are integral to the operation of Pyinstaller.  
PyInstaller bundles a Python application and all its dependencies into a 
single package.  The bootloaders are used as part of this bundling.

https://pyinstaller.org/en/stable/

Regarding upstream, they are very responsive and I have a wonderful 
relationship with them.  However, I felt it was appropriate to ask here first 
to make sure I knew what the standard Debian practice was before I contacted 
them.

Unless there is some strong recommendation that these executables need to be 
moved to /usr/libexec/, I am inclined to leave them where they are.

-- 
Soren Stoutner
soren@debian.org

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Find similar


Thread

Question regarding binaries in  /usr/lib/python3/dist-packages/ Soren Stoutner <soren@debian.org> - 2026-04-23 20:30 +0200
  Re: Question regarding binaries in  /usr/lib/python3/dist-packages/ Andrey Rakhmatullin <wrar@debian.org> - 2026-04-23 21:00 +0200
    Re: Question regarding binaries in  /usr/lib/python3/dist-packages/ Soren Stoutner <soren@debian.org> - 2026-04-23 21:10 +0200

csiph-web