Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: aotto1968 Newsgroups: comp.lang.python Subject: Re: it's a shame... python error over error Date: Wed, 25 Dec 2024 12:05:18 +0100 Organization: A noiseless patient Spider Lines: 26 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 25 Dec 2024 12:05:19 +0100 (CET) Injection-Info: dont-email.me; posting-host="3f44fc8d1107e15115facf858d84d1fd"; logging-data="2495800"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MCeu4mSOPT62pgpeEqY27f33yEyWYZUs=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:bjllbXNU6w9VgySb1QwHZSaRbZE= Content-Language: en-US In-Reply-To: Xref: csiph.com comp.lang.python:197101 I get angry… next python error… 1) The OpenSUSE command "cnf" checks if a special package feature is installed. 2) I recently compiled **my** SQLite3 library specifically tailored to **my** requirement and installed it in **my** SQLite3 project directory and never changed the OpenSUSE installation. 3) "cnf" seems to use "Python" internally, but is **not** able to configure the *Python* environment to use only "OpenSUSE"'s own "Python" and "Sqlite3" software. 4) Now the "cnf" fails with "Python" which apparently tries to use **my** SQLite3. > what a shame. > cnf jmc Traceback (most recent call last): File "/usr/bin/cnf", line 9, in import scout File "/usr/lib/python3.6/site-packages/scout/__init__.py", line 10, in import sqlite3 File "/usr/lib64/python3.6/sqlite3/__init__.py", line 23, in from sqlite3.dbapi2 import * File "/usr/lib64/python3.6/sqlite3/dbapi2.py", line 27, in from _sqlite3 import * ImportError: /usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so: undefined symbol: sqlite3_trace