asked 2011-09-02 16:01:19 -0500
Anonymous
There are two commands askbot-setup and startforum, i have use both the commands but both are not working.
I think there are two possibilites: your "askbot-setup" script is out of date, in which case the problem can be fixed by command python setup.py install_scripts.
Second possibility is that the scripts are not on your system path.
One easy way to make sure that python package scripts are on your system path is to use virtual environment to install askbot into.
Then, after you type path/to/env/bin/activate, the script will be on your path.
startforum is not expected to work any more, please remove it.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-09-02 16:01:19 -0500
Seen: 93 times
Last updated: Sep 02 '11
sorry, system error, what to do?
comment error message: white text on yellow background
error on upvote: "Sorry, something is not right here..." [fixed]
coffin warning: cannot translate loader
Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.
Error asking questions with multiple tags
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
You are right, I get error pkg_resources.DistributionNotFound: django-celery==2.2.3 - is that what you see? Or something else?
Evgeny ( 2011-09-02 16:53:26 -0500 )editThis error went away after I ran "python setup.py install_scripts" and the script works for me. This error occurred on in my development directory where I did not update the deployment script for a while.
Evgeny ( 2011-09-02 16:58:32 -0500 )edit