Marco Mariani | 18 Jan 2002 19:17
Picon

beebase

Are there any examples using mx-beebase?

I can hardly use it, what does "record address must be an integer" means?

Looking at the docs, I should be able to say

d = BeeDict('test')

d['something'] = 'hulabaloo'
d.commit()

but it ain't so.

Thanks

M.-A. Lemburg | 18 Jan 2002 20:19

Re: beebase

Marco Mariani wrote:
> 
> Are there any examples using mx-beebase?

No, but the sources are well documented.

> I can hardly use it, what does "record address must be an integer" means?

That hints to a problem with mxBeeBase when compiling Python
with large file support: file.tell() will return a long rather
than an integer and the mxBeeBase wrapper doesn't like this.

> Looking at the docs, I should be able to say
> 
> d = BeeDict('test')
> 
> d['something'] = 'hulabaloo'
> d.commit()
> 
> but it ain't so.
> 
> Thanks

BTW, how did you find this list ? I haven't even announced it yet ;-)

--

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
(Continue reading)

M.-A. Lemburg | 29 Jan 2002 20:02

Mail problems

Welcome to the list !

Someone just mentioned to me that the MX record in DNS for 
lists.egenix.com was missing. I have fixed that now, but due
to the delay in DNS it may take a while until the change
propogates. 

This means that you are likely not going to be able to send mail 
to this list today.

Sorry about that,
--

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/


Gmane