First time here? Check out the FAQ!

Revision history  [back]

I have solved my own question with my effort. Step by step carefully!

1.apt-get install python-pip

2.apt-get install python-dev

3.pip install askbot

it maybe came some errors.

then apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

4.apt-get install mysql-server(I use mysql)

5.pip install mysql-python

6.python manage.py runserver *(it works)

I have solved my own question with my effort. Step by step carefully!

1.apt-get install python-pip

2.apt-get install python-dev

3.pip install askbot

it maybe came some errors.

then apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

4.apt-get install mysql-server(I use mysql)

5.pip install mysql-python

6.python manage.py runserver *(it works)

I have solved my own question with my effort. Step by step carefully!

1.apt-get install python-pip

2.apt-get install python-dev

3.pip install askbot

it maybe came some errors.

then apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk

4.apt-get install mysql-server(I use mysql)

5.pip install mysql-python

6.python manage.py runserver *(it works)

I have solved solve my own question with my effort. Step by step carefully!