askbot-setup missing file
hello
I have used askbot-setup to install askbot, but there were no files like setting.py, just a folder named 'askbot'. How to solve this problem? Thanks.
hello
I have used askbot-setup to install askbot, but there were no files like setting.py, just a folder named 'askbot'. How to solve this problem? Thanks.
Fixed in the repository. This bug never made it to pypi, so we don't need to rush a new release for this one.
To enter a block of code:
Comments
Possibly there is a bug. Could you describe the steps you did in detail?
askbot-setup
creates thesettings.py
file. There is a template for thesettings.py
in the directoryaskbot/setup_templates
- the template is not usable directly - you need to replace the{{}}
variable placeholders with the actual values.askbot-setup now became more interactive and there are many branches in the code - maybe one of them is broken, but if you hit enter on all answers except the directory name it should work. I do want to fix this asap - will really appreciate if you describe the steps better. Also - we will work on finishing the Chinese translation within two weeks - I would like to hire someone for this task. Know anyone?
I just followed the steps, and entered all answers, but it still did not work. No setting.py file :<
Did you take code from github or pypi?
I downloaded code from github, and followed the documentation.And also, i could not found any {{}} variable palceholders in the setting.py file in setup_templates folder