Deutsch English Français Italiano |
<vjh35g$3bu1o$2@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: aotto1968 <aotto1968@t-online.de> Newsgroups: comp.lang.python Subject: Re: it's a shame... python error over error Date: Fri, 13 Dec 2024 11:44:00 +0100 Organization: A noiseless patient Spider Lines: 17 Message-ID: <vjh35g$3bu1o$2@dont-email.me> References: <vjh2mh$3bu1o$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 13 Dec 2024 11:44:00 +0100 (CET) Injection-Info: dont-email.me; posting-host="23d41c05675a617b44c2c1d1b1a1ed81"; logging-data="3536952"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+0s47W/ZDHBDrrYRvTDAV9oBYL3PNHHno=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:NBdWGLaMQyUAI922VSfis/dxWrg= Content-Language: en-US In-Reply-To: <vjh2mh$3bu1o$1@dont-email.me> Bytes: 1971 On 13.12.24 11:36, aotto1968 wrote: > it's a shame... > almost every tool I touch that uses "python" in some way has some configuration error because apparently a __private__ python > installation __isn't__ properly "understood". > > -> I think after ~30 years *python* should be able to handle a shared-library proper __or__ switch to a *static-build* by default. > > -> example here is the "mono-build" with the following installation. > 1. The build is done with my user and the installation is done as root. 2. The setup proper find *my* python3 because my PATH etc is setup well. 3. root is an other environment and root does *not* have my environment. 4. root uses *my* python3 without *my* environment and is *not* able to find *my* libpython3.12d.so.1.0 5. obviously the *python3* is *not* able to create the right environment from the installation directory of the *python3* executable.