[Booki-dev] Problems installing Booki on Fedora 11

Aleksandar Erkalovic aerkalov at gmail.com
Sun Oct 10 03:19:10 PDT 2010


On Sun, Oct 10, 2010 at 7:09 AM, James Simmons <nicestep at gmail.com> wrote:
> Aleksander,
>
> It says I have Django 1.1.1-2.
>
> I may update Fedora to 13 soon.  Is it possible to make Booki without
> the syndication feature?

you can try to change first line of lib/booki/portal/feeds.py into

try:
    from django.contrib.syndication.views import Feed
except ImportError, e:
    from django.contrib.syndication.feeds import Feed


that could work. i will try to check it on my machine later if it will work.

-- 
 http://www.binarni.net/



More information about the Booki-dev mailing list