Python PeeWee. Improperlyconfigured:mysqldb or Pymysql must be installed.

Source: Internet
Author: User

Recently learning Python, I would like to read two online tutorials, and then on GitHub to find a few open source projects to practice, learning to "liberated Jiang ge" when encountering the Django synchronization database can not execute errors, record.

Error phenomena:

Error: Error loading mysqldb module:no module named ' mysqldb ' when executing python manage.py syncdb

After Internet search, MYSQLDB does not support Python3.5, so can only find other class library instead.

Workaround:

Use Pymysql instead of MYSQLDB, because the use of the two is exactly the same as the steps:

1. PIP Install Pymysql

2. After successful execution, open __init__.py and add the following:

Import Pymysql
Pymysql.install_as_mysqldb ()

3. Re-execute Python manage.py syncdb, successful.

Category: Python

Python PeeWee. Improperlyconfigured:mysqldb or Pymysql must be installed.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.