On 2007-11-13 08:39, mike lewis wrote:
>   File "/usr/lib/python2.5/site-packages/kaa/db.py", line 48, in <module>
>     from _objectrow import ObjectRow
> ImportError: No module named _objectrow
> [EMAIL PROTECTED]:~/build/freevo$
>   

I'm guessing that you don't have the glib devel package installed on
your system.  The _objectrow extension is compiled C, but it requires glib.

When you do "python setup.py build" inside kaa/base, does it say:

   glib >= 2.4.0 not found; kaa.db will be unavailable


Cheers,
Jason.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to