L
L
leha782015-01-02 17:49:54
Django
leha78, 2015-01-02 17:49:54

How to avoid errors when installing a module?

466248c8288449529b66f68a7c10645d.png
When installing mysqlconnect, such an error occurs, can anyone come across?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2015-01-02
@leha78

Install pymysql and write in __init__.py of the project

import pymysql
pymysql.install_as_MySQLdb()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question