pyTSon icon indicating copy to clipboard operation
pyTSon copied to clipboard

No module named _sqlite3

Open Kickups opened this issue 6 years ago • 6 comments

Hey, I'm trying to import sqlite3 but it wont let me, I'm getting the response:

File "/home/UbuntuVM/.ts3client/plugins/pyTSon/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module> from _sqlite3 import * ImportError: No module named '_sqlite3'

Any Idea what could be wrong?

Kickups avatar Jul 05 '19 16:07 Kickups

Which version do you use and where did you get it from? Might be a duplicate of #112

pathmann avatar Jul 05 '19 20:07 pathmann

Installed the VM just now and Installed the most recent version, not from the client, from the github page

Kickups avatar Jul 05 '19 20:07 Kickups

I looked at that Issue you linked above but I'm running Linux so I have no idea what files to move where. Only reason I decided to set this up on Linux is because I wanna learn a new operative system

Kickups avatar Jul 05 '19 21:07 Kickups

I didn't notice in your first post, that you are running Linux. I will look into the Linux build environment, if the sqlite module is built soon.

pathmann avatar Jul 06 '19 11:07 pathmann

Indeed, the sqlite3 module is not built on the linux build machines, I'll fix that for the next build (don't know, when, I need to adapt pythonqt to the new qt version for TeamSpeak Client >=3.3.0).

pathmann avatar Jul 07 '19 12:07 pathmann

Sounds good, thanks for taking your time! :)

Kickups avatar Jul 17 '19 08:07 Kickups