it's a shame... python error over error
aotto1968
aotto1968 at t-online.de
Fri Jan 3 17:16:24 EST 2025
On 30.12.24 18:29, Michael Torrie wrote:
> On 12/26/24 12:34 AM, aotto1968 via Python-list wrote:
>> sorry you don't understand the problem…
>>
>> > You managed to make a build of Python that attempts to link to a DLL
>>
>> I never touch the OpenSUSE python. the OpenSUSE python try to use my
>> sqalite3.
>
> The *only* mechanism that would cause the system python binary to try to
> load modules and libraries from your local install is your environment
> (environment variables).
>
that is right because MY environment variable point to MY local user stuff.
The CORE problem is that OpenSUSE (Linux) python use MY env.
If I call a OS feature like "cnf" this should NOT interact with my private user stuff.
the OpenSUSE do it right because OpenSUSE use /usr/bin/python in "cnf" BUT the
python think to interact with MY env.
To make it short: The OS python will NEVER proper work if LOCAL user stuff is used.
More information about the Python-list
mailing list