Re: [Freevo-devel] Problem with beacon (?)

2006-08-01 Thread Christian Nilsson
Jason Tackaberry wrote: > On Wed, 2006-08-02 at 01:43 +0200, Christian Nilsson wrote: > >> File "/usr/lib/python2.4/site-packages/kaa/db.py", line 349, in >>_load_object_types >> self._object_types[name] = id, cPickle.loads(str(attrs)), >>cPickle.loads(str(idx)) >>UnpicklingError: could not

Re: [Freevo-devel] Problem with beacon (?)

2006-08-01 Thread Jason Tackaberry
On Tue, 2006-08-01 at 20:15 -0400, Jason Tackaberry wrote: > On Wed, 2006-08-02 at 01:43 +0200, Christian Nilsson wrote: > >File "/usr/lib/python2.4/site-packages/kaa/db.py", line 349, in > > _load_object_types > > self._object_types[name] = id, cPickle.loads(str(attrs)), > > cPickle.loads

Re: [Freevo-devel] Problem with beacon (?)

2006-08-01 Thread Jason Tackaberry
On Wed, 2006-08-02 at 01:43 +0200, Christian Nilsson wrote: >File "/usr/lib/python2.4/site-packages/kaa/db.py", line 349, in > _load_object_types > self._object_types[name] = id, cPickle.loads(str(attrs)), > cPickle.loads(str(idx)) > UnpicklingError: could not find MARK What version of py

[Freevo-devel] Problem with beacon (?)

2006-08-01 Thread Christian Nilsson
Hello There! i have some trouble using Current SVN starting up Freevo is ok but when trying to show a directory listing everything hangs (without showing anything, just sitting in the main menu) after some digging i found this: terrebi freevo # beacon --start --fg --verbose all INFO server(2

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1791 - trunk/base

2006-08-01 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-07-31 at 16:46 +0200, Dirk Meyer wrote: >> It has 2.10.3 and on string compare 2.10.3 < 2.4.0. Fixed now (for use >> with pkg-config). > > What about with foo-config? Not fixed. If you have pkg-config installed, pkg-config wraps foo-config and it works like

Re: [Freevo-devel] [Freevo-cvslog] Kaa r1798 - trunk/base/src

2006-08-01 Thread Jason Tackaberry
On Tue, 2006-08-01 at 10:23 +0200, Dirk Meyer wrote: > Log: > check pysqlite version Mightn't hurt to also check sqlite3 version (sqlite.sqlite_version) and require >= 3.1.0, and perhaps also offer a suggestion to upgrade if using < 3.3.0.