First time here? Check out the FAQ!

David's profile - activity

2016-01-15 03:12:39 -0500 received badge Notable Question (source)
2015-03-11 09:58:00 -0500 received badge Popular Question (source)
2012-06-27 14:01:18 -0500 received badge Famous Question (source)
2011-11-22 14:42:22 -0500 commented answer askbot-setup error

I am getting the same error. What would you like to know about my system?

2011-11-22 13:38:50 -0500 commented answer askbot-setup error

I tried again and getting same thing. Related pip install messages are pasted in the comment above.

2011-11-22 13:38:08 -0500 commented answer askbot-setup error

Downloading/unpacking django-keyedcache (from askbot) Downloading django-keyedcache-1.4-1.tar.gz Running setup.py egg_info for package django-keyedcache

warning: no files found matching '*' under directory 'keyedcache/templatetags'

Requirement already satisfied (use --upgrade to upgrade): django-threaded-multihost in /usr/local/lib/python2.7/dist-packages/djangothreadedmultihost-1.40-py2.7.egg (from askbot) Requirement already satisfied (use --upgrade to upgrade): django-robots in /usr/local/lib/python2.7/dist-packages/djangorobots-0.8.0-py2.7.egg (from askbot)

2011-11-22 13:19:17 -0500 asked a question askbot-setup error

I pip installed askbot then

$ askbot-setup

Traceback (most recent call last):
  File "/usr/local/bin/askbot-setup", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 2707, in <module>
    working_set.require(__requires__)
  File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 686, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: django-keyedcache

I got this error. How do I resolve this?