the result of the command python3.4 manage.py runserver is :
/opt/WebSite# python3.4 manage.py runserver Traceback (most recent call last): File "/usr/lib/python3/dist-packages/django/db/backends/mysql/base.py", line 14, in <module> import MySQLdb as Database ImportError: No module named 'MySQLdb'
Why this problem?? thanks for help
Brett Hutley
unread,
Feb 8, 2015, 7:12:06 AM2/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
You are using MySQL as your database backend. Check your MySQL installation works OK, and then install the Python MySQL package: