Jason Tackaberry wrote:
> On Thu, 2006-08-03 at 14:58 +0200, Dirk Meyer wrote:
>> Log:
>> require some higher sqlite version
>
> Does this fix the problem then?

From a mail from yesterday:

| Jason Tackaberry wrote:
| > On Wed, 2006-08-02 at 21:05 +0200, Dirk Meyer wrote:
| >> removing the parts where it is used. This means I can't do selects,
| >> but I crash before that. This not working. Go from pysqlite 2.3.1 to
| >> 2.2.2: crash. Go back to 2.0.5: works again (but crashes because I
| >> have no ObjectRow.
| >
| > So does it work with 2.3.1?
| 
| Yes and no. It crashed with everything except 2.0.5. But than I had a
| strange idea: update sqlite itself from 3.2.1 to 3.3.6 and go back to
| pysqlite 2.3.1: works!

So yes, problem fixed.

But there are two other problems I have right now:

1. update_object does not return the new listing. It did before, but I
   don't think I really need that.

2. You can't set unknown attributes anymore. The following code worked
   before the latest changes:

   | import kaa.beacon
   | import kaa.notifier
   | 
   | item = kaa.beacon.get(filename='/home/dmeyer/mp3').list().get()[0]
   | print 'foo:', item.get('foo')
   | item['foo'] = 7
   | kaa.notifier.loop()

   When started the second time, foo should be 7.



Dischi

-- 
If windows is the answer, it must have been a stupid question.

Attachment: pgpadS94cQ7It.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to