Reputation: 751
I'm trying to run the Tornado Demo 'Blog'. I've changed the database options in the blog.py file. but when i try to run the blog.py file i get the following error!!
What needs to be done to get past this error??
Upvotes: 6
Views: 2277
Reputation: 6353
I met the same problem. If you're using Ubuntu, try "sudo apt-get install python-MySQLdb
"
Upvotes: 6