First time here? Check out the FAQ!

Revision history  [back]

Assuming that you have cloned the repository to get the code...

Did you run python setup.py develop? It should install all the dependencies and keep askbot app in the current directory.

There are several of dependencies - all listed in setup.py, except one - 'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.

Assuming that you have cloned the repository to get the code...

Did you run python setup.py develop? It should install all the dependencies and keep askbot app in the current directory.

There are several of dependencies them - all listed in setup.py, except one - 'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.

Assuming that you have cloned the repository to get the code...

Did you run python setup.py develop? It should install all the dependencies and keep askbot app in the current directory.dependencies.

There are several of them - all listed in setup.py, except one - 'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.

Did you run python setup.py develop? It should install all the dependencies.

There are several of them - all listed in setup.py, except one - 'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.'postgresql_psycopg2'.