Hi there, I'm trying to install the software using virtualenv, but I get this when I run "askbot-setup" :
Traceback (most recent call last):
File "C:\Users\Francisko\Whatzz\Scripts\askbot-setup-script.py", line 5, in <m
odule>
from pkg_resources import load_entry_point
File "C:\Users\Francisko\Whatzz\lib\site-packages\setuptools-0.6c11-py2.7.egg\
pkg_resources.py", line 2603, in <module>
File "C:\Users\Francisko\Whatzz\lib\site-packages\setuptools-0.6c11-py2.7.egg\
pkg_resources.py", line 666, in require
File "C:\Users\Francisko\Whatzz\lib\site-packages\setuptools-0.6c11-py2.7.egg\
pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: python-daemon
Does anyone know something about that? In case I would have to install the library python-daemon, where should I place it?
Thanks!
As @Evgeny said, the installation on Windows can go on by deleting requirement of Lamson library in askbot/__init__.py (line 36) before starting the installation. It didn't worked the first time because I was running askbot-setup directly.
Anyway I'm not sure if this would be the best solution, as some functionalities may be lost on the way...
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: 2012-05-21 13:03:04 -0500
Seen: 212 times
Last updated: May 22 '12
ImportError: No module named XYZ. What to do?
How to install python easy_install (python distutils) in root or non-root account?
Is my shared host good enough for Django applications?
Where are the badges in a fresh install? [fixed]
Site owners - don't forget to adjust your privacy policy
How to install askbot on free hosting account at alwaysdata.com?
Why do I get a "No module named askbot.deployment" error on Windows?
"App with label forum could not be found" when running migrate
Startup error: couldn't load USER_SETTINGS.EDITABLE_SCREEN_NAME
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
What version of Python do you use? Are you installing on Windows? Have you used these and these sources?
zaf ( 2012-05-21 14:27:48 -0500 )editI'm using Python 2.7.2 on Windows
Pepe ( 2012-05-21 14:34:06 -0500 )editWell, I don't know, maybe someone else could help you. I use Python 2.6 and I didn't meet this problem. Maybe this is related to this problem.
zaf ( 2012-05-21 15:47:56 -0500 )editYes, I'm having the same problem... The library python-daemon seems to be non-compatible to Windows. So, is there any way to install askbot on Windows? Does anyone have done it already?
Pepe ( 2012-05-22 04:23:06 -0500 )editTry deleting requirement of Lamson library in
Evgeny ( 2012-05-22 04:28:37 -0500 )editaskbot/__init__.py(line 36). This library is needed to be ably to process replies by email and that part usespython-daemon.