First time here? Check out the FAQ!

sean's profile - activity

2014-07-29 12:45:05 -0500 received badge Notable Question (source)
2014-07-13 15:59:32 -0500 received badge Popular Question (source)
2014-06-11 08:02:00 -0500 received badge Famous Question (source)
2014-04-28 16:31:40 -0500 received badge Editor (source)
2014-04-28 16:28:33 -0500 commented answer Do I need to install MySQL server before installing Askbot?

Evgeny, I want to use it as my internal Q&A site. But I got a lot of error during the installation process, which I add in the main question to show why I have the question at the first place.

2014-04-28 16:15:15 -0500 asked a question Do I need to install MySQL server before installing Askbot?

I am a little confused when reading Askbot installation doc.

It implies that we don't need to install MySQL server on the box, doesn't Askbot need a DB backend?

Thanks,

(Similar questions go to Apache server, and mod_wsgi modules)

What I have done is show below

#sudo python setup.py develop

#askbot-setup

#sudo pip install mysql-python

Here is the error message I got

vagrant@askbot:~/askbot$ sudo pip install mysql-python Downloading/unpacking mysql-python Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded Running setup.py (path:/tmp/pip_build_root/mysql-python/setup.py) egg_info for package mysql-python sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 17, in <module> File "/tmp/pip_build_root/mysql-python/setup.py", line 17, in <module> metadata, options = get_config() File "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") File "setup_posix.py", line 25, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found Complete output from command python setup.py egg_info: sh: 1: mysql_config: not found</module></module></string>

Traceback (most recent call last):

File "<string>", line 17, in <module></module></string>

File "/tmp/pip_build_root/mysql-python/setup.py", line 17, in <module></module>

metadata, options = get_config()

File "setup_posix.py", line 43, in get_config

libs = mysql_config("libs_r")

File "setup_posix.py", line 25, in mysql_config

raise EnvironmentError("%s not found" % (mysql_config.path,))

EnvironmentError: mysql_config not found


Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/mysql-python Storing debug log for failure in /home/vagrant/.pip/pip.log