beim Aufruf von SQLite erhalte ich folgende Nachrichten:
Code: Alles auswählen
jantzen@PC4:~$ python
Python 3.5.0 (default, Dec 2 2015, 14:16:16)
[GCC 4.7.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/sqlite3/__init__.py", line 23, in <module>
from sqlite3.dbapi2 import *
File "/usr/local/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: No module named '_sqlite3'
>>>
Was muss ich da nachinstallieren?
Danke fuer einen Hinweis.
K.D.J.