Matthias Klose <[EMAIL PROTECTED]> writes:
> emulating the BDB 1.85 API can be done using the db_185.h header of
> the libdb4.1-dev package, not sure about the BDB on-disk format.
Emulating the API is irrelevant. In Python 2.3, the bsddb package will
emulate the bsddb module API. Using db_185.h o
"Martin v. Löwis" writes:
> Matthias Klose wrote:
> > Next thing to investigate, if the archives generated by the gdbm
> > implementation are binary compatible with the ones created by the
> > libdb1 implementation...
>
> Most definitely not: gdbm produces a different binary format than
> db1 (whi
Encolpe DEGOUTE wrote:
Not, just my boss. I will try to convince him to use bsddb.
Thanks for all.
You may also suggest Stéphane to use http://www.logilab.org/pylint to
check that your code complies to your company's coding standard.
--
Nicolas|\ _,,,---,,_
CHAUVAT ZZzz /,`.-'
Matthias Klose wrote:
Next thing to investigate, if the archives generated by the gdbm
implementation are binary compatible with the ones created by the
libdb1 implementation...
Most definitely not: gdbm produces a different binary format than
db1 (which is BDB 1.85). Traditionally, the 'dbm' modul
James Troup writes:
> Matthias Klose <[EMAIL PROTECTED]> writes:
>
> > Encolpe DEGOUTE writes:
> >> Package: python2.3
> >> Version: 2.2.104-1beta1.1
> >> Severity: important
> >> Tags: sid
> >>
> >> Module dbm.so is missing in sid build.
> >
> > That's correct. The db1 compat headers aren't avai
Matthias Klose <[EMAIL PROTECTED]> writes:
> Encolpe DEGOUTE writes:
>> Package: python2.3
>> Version: 2.2.104-1beta1.1
>> Severity: important
>> Tags: sid
>>
>> Module dbm.so is missing in sid build.
>
> That's correct. The db1 compat headers aren't available anymore. Is
> there really a need to
Date: Thu, 19 Jun 2003 23:47:14 +0200
From: Matthias Klose <[EMAIL PROTECTED]>
To: Encolpe DEGOUTE <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: debian-python@lists.debian.org
Subject: Re: Bug#197871: Bug#197875: python2.3: module dbm is missing
> Encolpe DEGOUTE writes:
> &
Encolpe DEGOUTE writes:
> And the module is always in the list of base modules for python2.3
??? there is no such list of "base modules".
> We need python 2.2 and 2.3 for testing Zope 2.7 and 3alpha releases, and
> my boss needs dbm for looking after our job.
zope really needs this module and _c
Date: Thu, 19 Jun 2003 22:21:40 +0200
From: Matthias Klose <[EMAIL PROTECTED]>
Subject: Re: Bug#197875: python2.3: module dbm is missing
And Re: Bug#197871: python2.2 does not have dbm module
> Encolpe DEGOUTE writes:
> > Package: python2.3
> > Version: 2.2.104-1beta1.1
&g
Encolpe DEGOUTE writes:
> Package: python2.3
> Version: 2.2.104-1beta1.1
> Severity: important
> Tags: sid
>
> Module dbm.so is missing in sid build.
That's correct. The db1 compat headers aren't available anymore. Is
there really a need to have this module? why not use the anydbm module
(or expl
10 matches
Mail list logo