Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87plvnakay.fsf@tudado.org>
Deutsch   English   Français   Italiano  
<87plvnakay.fsf@tudado.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Johanne Fairchild <jfairchild@tudado.org>
Newsgroups: comp.lang.python
Subject: the name ``wheel''
Date: Thu, 21 Mar 2024 08:36:21 -0300
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <87plvnakay.fsf@tudado.org>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="f760c45913222b79ca2b2b79ff9dfba1";
	logging-data="2300054"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18euYawfJ6d9oAJuYYFD2NvRYZaRJuE76U="
Cancel-Lock: sha1:qMtATP7FwMeQjlDSbz6qOfM04hE=
	sha1:aEvFgarQP7rtgJKtv9g7cOOLG/A=
Bytes: 1146

Why is a whl-package called a ``wheel''?  Is it just a pronunciation for
the extension WHL or is it really a name?

Also, it seems that when I install Python on Windows, it doesn't come
with pip ready to run.  I had to say

  python -m ensurepip

and then I saw that a pip on a whl-package was installed.  Why doesn't
the official distribution make pip ready to run by default?  Thank you!