[Booki-dev] Problems installing Booki on Fedora 11

James Simmons nicestep at gmail.com
Sat Oct 9 10:29:47 PDT 2010


This morning I attempted to install Booki on one of my home computers
running Fedora 11.  I was able to get all the prerequisites except
ReDis from fedora packages.  For Redis I downloaded version 1.2.6 and
compiled the source.  The Makefile did not have an "install" target so
I just ran the server from the directory where I compiled it.  I
followed the instructions in the INSTALL file and used sqlite3.

Everything went reasonably well until I got to trying to access Booki
through my web browser:

http://127.0.0.1:8000/

I got the following:

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/
Django Version: 1.1.1
Python Version: 2.6.0
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'booki.editor',
 'booki.account',
 'booki.reader',
 'booki.portal',
 'sputnik']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.middleware.transaction.TransactionMiddleware')


Traceback:
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py"
in get_response
  83.                     request.path_info)
File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py" in resolve
  216.             for pattern in self.url_patterns:
File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py" in
_get_url_patterns
  245.         patterns = getattr(self.urlconf_module, "urlpatterns",
self.urlconf_module)
File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py" in
_get_urlconf_module
  240.             self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/python2.6/site-packages/django/utils/importlib.py" in
import_module
  35.     __import__(name)
File "/home/jim/olpc/booki/booki/lib/booki/urls.py" in <module>
  15.     from booki.portal import feeds
File "/home/jim/olpc/booki/booki/lib/booki/portal/feeds.py" in <module>
  1. from django.contrib.syndication.views import Feed

Exception Type: ImportError at /
Exception Value: cannot import name Feed


Any ideas?

James Simmons



More information about the Booki-dev mailing list