![]() | 1 | initial version |
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'.
![]() | 2 | No.2 Revision |
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'.'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.
![]() | 3 | No.3 Revision |
Assuming that you have cloned the repository to get the code...
Did you run python setup.py develop
? It should install all the dependencies.dependencies and keep askbot app in the current directory.
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.
![]() | 4 | No.4 Revision |
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 them dependencies - all listed in setup.py, except one - 'postgresql_psycopg2' - they can be installed manually too, but normally that should not be necessary.