First time here? Check out the FAQ!

Revision history  [back]

Hi, That means that you do not have setup.py in the local directory.

Also, askbot is not compatible with python 3. You need at least 2.5 and better - 2.6, but less than 3.

You need to either clone git repository and then run what you did or run

easy_install askbot

This will take askbot from the pypi (python package index) repository.

Use version from github if you are ok with using development version, which may have some half-implemented parts.

Hi, That means that you do not have setup.py in the local directory.

Also, askbot is not compatible with python 3. You need at least 2.5 2.4 and better - 2.6, but less than 3.

You need to either clone git repository and then run what you did or run

easy_install askbot

This will take askbot from the pypi (python package index) repository.

Use version from github if you are ok with using development version, which may have some half-implemented parts.

Hi, That means that you do not have setup.py in the local directory.

Also, askbot is not compatible with python 3. You need at least 2.4 and better - 2.6, but less than 3.2.6.

You need to either clone git repository and then run what you did or run

easy_install askbot

This will take askbot from the pypi (python package index) repository.

Use version from github if you are ok with using development version, which may have some half-implemented parts.