-
Envirment:
```
ubuntu
uwsgi
flask 0.12
peewee 2.8.5
pymysql 0.7.10
```
Codes in flask:
```
db_connections = [db_fetch, db_zb123]
class Database:
@staticmethod
def connect():…
-
I've been using PyMySQL 0.6.6 for a while now with no issues. However after updating to 0.7.1, I'm getting this error _a lot_, and PyMySQL has become completely unusable for me because of it.
```
F…
ghost updated
3 years ago
-
Hi,
I read similar problems but I didn't success to solve my problem, so.. here is my code, only that.
import pymysql
hostname = 'freehosting.host'
port = 1234
username = 'username'
password…
-
### 🌍 Environment
- Your operating system and version: Windows 10 20H2
- Your python version: python 3.8.7
- How did you install python (e.g. apt or pyenv)? Did you use a virtualenv?: from exe…
-
This is the error I get when I try installing mysqlclient. I am using Windows and python 3.5.
```
Installing 'mysqlclient'
Collecting mysqlclient
Using cached mysqlclient-1.3.6.tar.gz
Installing co…
-
**Describe the bug**
While testing with `pytest-cov` we started noticing some failures due to an "internal" error. Digging deeper, it looks like somehow a shared object (.so) file has made its way …
-
**What did you want to do?**
One of CI jobs for [Weblate](https://github.com/WeblateOrg/weblate/) is to install minimal versions of dependencies. We use [requirements-builder](https://pypi.org/…
nijel updated
3 years ago
-
Hi,
Sorry for the long title, I don't know how to summarize it :x
**Environment:**
* PostgreSQL server
* aiohttp project with Peewee as ORM
* Python 3.7
**How to reproduce**
* Start th…
-
I'm using SSHTunnelForwarder with Python 3.7. After finishing my work, I run `server.stop()` and hangs.
I believe it caused by `socketserver.ThreadingMixIn`
https://docs.python.org/3.7/library/soc…
-
I am using `PyMySQL` and they have discussed this problem [here](https://github.com/PyMySQL/PyMySQL/issues/422). They asked to set `threadsafety`. How to change value of `threadsafety`, if that is the…