From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 13 11:13:14 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 11:13:14 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 11:13:14 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 13 15:13:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 15:13:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 15:13:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 13 15:21:07 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 15:21:07 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 15:21:07 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 13 16:00:38 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 16:00:38 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 16:00:38 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 13 20:01:20 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 20:01:20 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 13 20:01:20 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 14 08:02:07 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 08:02:07 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 08:02:07 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 14 12:00:38 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 12:00:38 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 12:00:38 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 14 16:00:36 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 16:00:36 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 16:00:36 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 14 20:00:34 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 20:00:34 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 14 20:00:34 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 15 08:01:53 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 08:01:54 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 08:01:54 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 15 12:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 12:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 12:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 15 16:00:37 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 16:00:37 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 16:00:37 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 15 20:00:34 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 20:00:34 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 15 20:00:34 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 16 08:02:16 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 08:02:16 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 08:02:16 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 16 12:00:40 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 12:00:40 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 12:00:40 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 16 16:00:37 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 16:00:37 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 16:00:37 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 16 20:00:33 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 20:00:33 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 16 20:00:33 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 17 08:02:16 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 08:02:16 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 08:02:16 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 17 12:00:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 12:00:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 12:00:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 17 16:00:41 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 16:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 16:00:43 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 17 20:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 20:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 17 20:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 18 08:03:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 08:03:58 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 08:03:58 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 18 12:00:53 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 12:00:53 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 12:00:53 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 18 16:01:12 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 16:01:12 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 16:01:12 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 18 20:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 20:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 18 20:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 19 08:04:20 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 08:04:20 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 08:04:21 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 19 12:00:51 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 12:00:51 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 12:00:51 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 19 16:02:21 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 16:02:21 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 16:02:21 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 19 20:00:39 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 20:00:39 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 19 20:00:39 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 20 08:05:55 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 08:05:56 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 08:05:56 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 20 12:01:40 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 12:01:40 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 12:01:40 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 20 16:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 16:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 16:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 20 20:00:37 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 20:00:37 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 20 20:00:37 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 21 08:03:32 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 08:03:32 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 08:03:32 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 21 12:00:52 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 12:00:52 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 12:00:52 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 21 16:00:41 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 16:00:41 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 16:00:41 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 21 20:00:39 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 20:00:39 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 21 20:00:39 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 22 08:02:28 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 08:02:28 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 08:02:28 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 22 12:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 12:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 12:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 22 16:00:59 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 16:00:59 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 16:00:59 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 22 20:00:59 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 20:00:59 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 22 20:00:59 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 23 08:02:22 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 08:02:22 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 08:02:22 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 23 12:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 12:00:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 12:00:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 23 16:01:25 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 16:01:25 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 16:01:25 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 23 20:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 20:00:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 23 20:00:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 24 08:02:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 08:02:51 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 08:02:51 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 24 12:02:20 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 12:02:20 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 12:02:21 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 24 16:01:06 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 16:01:06 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 16:01:07 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 24 20:01:39 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 20:01:39 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 24 20:01:39 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 25 08:01:46 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 08:01:46 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 08:01:46 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 25 12:00:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 12:00:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 12:00:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 25 16:00:48 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 16:00:48 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 16:00:48 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Jan 25 20:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 20:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Jan 25 20:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 26 08:04:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 08:04:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 08:04:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 26 12:00:54 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 12:00:54 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 12:00:55 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 26 16:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 16:00:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 16:00:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Jan 26 20:00:40 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 20:00:40 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Jan 26 20:00:40 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 27 08:05:51 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 08:05:52 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 08:05:52 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 27 12:01:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 12:01:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 12:01:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 27 16:00:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 16:00:49 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 16:00:49 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Jan 27 20:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 20:00:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Jan 27 20:00:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 28 08:04:51 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 08:04:53 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 08:04:53 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 28 12:01:43 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 12:01:43 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 12:01:43 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 28 16:00:42 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 16:00:42 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 16:00:42 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Jan 28 20:00:47 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 20:00:47 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Jan 28 20:00:47 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 29 08:06:37 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 08:06:38 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 08:06:38 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 29 12:00:47 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 12:00:47 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 12:00:47 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 29 16:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 16:00:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 16:00:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Jan 29 20:00:46 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 20:00:46 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Jan 29 20:00:46 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 30 08:06:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 08:06:59 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 08:06:59 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 30 12:03:25 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 12:03:25 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 12:03:25 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 30 16:03:41 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 16:03:41 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 16:03:41 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Jan 30 20:01:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 20:01:51 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Jan 30 20:01:51 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 31 08:07:10 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 08:07:11 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 08:07:11 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 31 12:03:47 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 12:03:48 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 12:03:48 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 31 16:01:54 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 16:01:54 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 16:01:54 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Jan 31 20:00:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 20:00:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Jan 31 20:00:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 1 08:08:56 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 08:08:56 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 08:08:57 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 1 12:02:19 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 12:02:19 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 12:02:19 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 1 16:00:53 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 16:00:53 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 16:00:53 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 1 20:00:45 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 20:00:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 1 20:00:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 2 08:10:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 08:11:00 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 08:11:00 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 2 12:02:18 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 12:02:19 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 12:02:19 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 2 16:00:55 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 16:00:55 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 16:00:55 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 2 20:00:45 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 20:00:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 2 20:00:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 3 08:10:20 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 08:10:21 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 08:10:21 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 3 12:02:11 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 12:02:11 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 12:02:13 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 3 16:00:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 16:00:49 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 16:00:49 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 3 20:00:52 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 20:00:52 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 3 20:00:52 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 4 08:06:27 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 08:06:27 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 08:06:27 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 4 12:02:13 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 12:02:13 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 12:02:13 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 4 16:00:59 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 16:00:59 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 16:00:59 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 4 20:00:45 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 20:00:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 4 20:00:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 5 08:06:57 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 08:06:58 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 08:06:58 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 5 12:02:16 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 12:02:17 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 12:02:17 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 5 16:00:55 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 16:00:55 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 16:00:55 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 5 20:00:44 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 20:00:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 5 20:00:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 6 08:11:05 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 08:11:08 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 08:11:10 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 6 12:02:10 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 12:02:11 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 12:02:11 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 6 16:00:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 16:00:49 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 16:00:49 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 6 20:00:50 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 20:00:50 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 6 20:00:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 7 08:17:02 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 08:17:09 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 08:17:10 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 7 12:02:43 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 12:02:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 12:02:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 7 16:00:56 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 16:00:56 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 16:00:56 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 7 20:00:48 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 20:00:48 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 7 20:00:48 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 8 08:18:43 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 08:18:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 08:18:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 8 12:02:37 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 12:02:37 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 12:02:37 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 8 16:01:01 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 16:01:01 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 16:01:01 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 8 20:00:48 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 20:00:48 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 8 20:00:48 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 9 08:07:38 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 08:07:39 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 08:07:39 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 9 12:02:25 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 12:02:25 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 12:02:25 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 9 16:01:03 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 16:01:03 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 16:01:03 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 9 20:00:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 20:00:49 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 9 20:00:50 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 10 08:14:46 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 08:14:47 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 08:14:47 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 10 12:02:54 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 12:02:55 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 12:02:55 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 10 16:00:52 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 16:00:52 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 16:00:52 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Feb 10 20:00:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 20:00:58 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Feb 10 20:00:58 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 11 08:11:40 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 08:11:41 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 08:11:41 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 11 12:02:09 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 12:02:09 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 12:02:09 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 11 16:00:53 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 16:00:53 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 16:00:53 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sat Feb 11 20:00:48 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 20:00:48 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sat Feb 11 20:00:48 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 12 08:08:06 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 08:08:06 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 08:08:06 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 12 12:02:16 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 12:02:16 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 12:02:17 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 12 16:00:53 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 16:00:53 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 16:00:53 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Sun Feb 12 20:00:54 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 20:00:54 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Sun Feb 12 20:00:54 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 13 08:14:32 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 08:14:33 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 08:14:33 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 13 12:02:27 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 12:02:28 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 12:02:28 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 13 16:01:04 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 16:01:04 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 16:01:05 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Mon Feb 13 20:00:46 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 20:00:46 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Mon Feb 13 20:00:46 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 14 08:16:33 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 08:16:33 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 08:16:33 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 14 12:02:47 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 12:02:47 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 12:02:47 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 14 16:01:14 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 16:01:14 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 16:01:14 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Tue Feb 14 20:00:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 20:00:58 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Tue Feb 14 20:00:58 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 15 08:21:43 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 08:21:45 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 08:21:45 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 15 12:04:34 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 12:04:34 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 12:04:35 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 15 16:01:11 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 16:01:12 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 16:01:12 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 15 19:27:49 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 19:27:49 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 19:27:49 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Wed Feb 15 20:11:43 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 20:11:44 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Wed Feb 15 20:11:44 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Thu Feb 16 08:40:36 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 16 08:40:41 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Thu Feb 16 08:40:41 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/ From m.mariani at imola.nettuno.it Fri Jan 18 19:17:02 2002 From: m.mariani at imola.nettuno.it (Marco Mariani) Date: Fri Mar 31 16:32:58 2006 Subject: [egenix-users] beebase Message-ID: <20020118181702.GA11811@zoidberg> 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 From mal at lemburg.com Fri Jan 18 20:19:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Mar 31 16:32:58 2006 Subject: [egenix-users] beebase References: <20020118181702.GA11811@zoidberg> Message-ID: <3C487534.8975759F@lemburg.com> 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/ Python Software: http://www.egenix.com/files/python/ From mal at lemburg.com Tue Jan 29 20:02:16 2002 From: mal at lemburg.com (M.-A. Lemburg) Date: Fri Mar 31 16:32:58 2006 Subject: [egenix-users] Mail problems Message-ID: <3C56F1B8.AEEC5048@lemburg.com> 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/