chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Tokyo Cabinet Error


From: Felix
Subject: Re: [Chicken-users] Tokyo Cabinet Error
Date: Tue, 25 Jan 2011 15:39:47 +0100 (CET)

From: Thomas Hintz <address@hidden>
Subject: Re: [Chicken-users] Tokyo Cabinet Error
Date: Tue, 25 Jan 2011 09:20:37 -0500

> I'm trying to use the tokyocabinet egg and I've been unable to get it to
> work. This is what I  get:
> 
>  (use tokyocabinet)
> 
>  (define *db* (tc-hdb-open "the-db"))
> 
>  (tc-hdb-put! *db* "key" "value")
>  (tc-hdb-get *db* "key")
> 
>  Error: bad argument type - not a number vector
>  #<localive>
>  s32vector
> 

Where does this "localive" come from?


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]