-
Hi,
I am facing an issue with peewee's PooledDatabase in a multi-threaded GUI application. Either I am not using the library correctly or maybe there an uncovered topic here.
### Awareness
R…
-
When i'm trying to execute a python script i get that :
[CRITICAL] missing one or more core extensions ('sqlite3') most likely because current version of Python has been built without appropriate d…
-
## Reproducible example
```python
# wget http://archive.apache.org/dist/drill/drill-1.18.0/apache-drill-1.18.0.tar.gz
# tar xf apache-drill-1.18.0.tar.gz
import os
import jpype
import jpyp…
-
Hello. I have a problem after compile it.
I need to add sqlite3 to this.
How can i do it?
I tried to add this in docker-build.sh, but i get a problem.
My docker file :
`#!/bin/bash
set -e
set…
-
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
from _sqlite3 i…
-
I'm running into issues with vcd-cli installed on FreeBSD. ```vcd``` seems to require a Python 2 module (pysqlite2).
```bash
[~] vcd --help
Traceback (most recent call last):
File "/home/roha…
-
I've spent hours on this. I can't figure it out. Permissions are correct for the headphones folder and config file folder. I've even made sure the timezone is set to UTC. Here is my error.
`Traceback…
-
Hi, I am developing a project in FastAPI and wishing to use turso.
FastAPI works mainly with sqlmodel, a mix between pydantic and sqlalchemy.
It does not support sqlalchemy 2.0 so far.
How to imp…
-
I tried to run the tests as documented today, but they failed!
#### How to reproduce
```
$ nixos-version
16.09.1647.ff7777b (Flounder)
```
````
./dev-shell
````
```
$ python2 tests.py
…
-
The DBAPI2 PEP 249 proposes an optional optional cursor and connection attribute "messages". We should look into that.
(copied from Trac ticket 19, created 2010-09-12)