First time here? Check out the FAQ!

Flyte's profile - activity

2014-07-18 12:48:21 -0500 received badge Necromancer ( source )
2014-07-18 12:48:21 -0500 received badge Teacher ( source )
2014-07-18 06:35:31 -0500 received badge Famous Question
2014-06-22 14:38:06 -0500 received badge Nice Question
2014-06-22 14:03:17 -0500 received badge Student
2014-06-11 08:04:39 -0500 answered a question Do I need to install MySQL server before installing Askbot?

The fix for the error message you mention is to install the libmysqlclient-dev package using apt (assuming you're using Debian/Ubuntu):

sudo apt-get install libmysqlclient-dev

Then try installing mysql-python again:

sudo pip install mysql-python
2014-06-01 14:39:42 -0500 commented question Migration plans for Auth

I've added an issue to the Github project: https://github.com/ASKBOT/askbot-devel/issues/257 .

2014-05-28 11:47:56 -0500 commented question Migration plans for Auth

Might be worth adding the text: "OpenID auth request contains an unregistered domain" so that this question can be searched more easily. Perhaps change the title to include the words Google and OpenID for the same reason :)

2014-05-28 11:16:03 -0500 commented answer Askbot installation fails in migration due to 0 values in AutoField

Roger that! Your solution worked for me, thanks.