[Twisted-Python] trouble building Quotient

trying to build Quotient-0.7.0 with Twisted-4.1.6 on OpenBSD with Berkeley DB (bsddb3-). made change to atop/store.py to use bsddb3: from bsddb3.db import * i get this error: ... obj = self._loadItemByPath(ctxstore, *path) File "/usr/local/lib/python2.3/site-packages/atop/store.py", line 386, in _loadItemByPath raise KeyError(path) KeyError: (0, 0) this is the code at that point: def _loadItemByPath(self, ctxstore, *path): """ Retrieve an item given a sequence of integers. """ stringKey = self._formatIDPath(path) print "str=%s"%stringKey; #debugging... stringValue = self.db.get(stringKey, txn=context.get('txn')) if stringValue is None: raise KeyError(path) ... so stringValue is 'None'. stringKey is shown by the print to be: id00000000000000000000 any hints <where to look>/<what to try>? --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now

rddda [Mon, Nov 24, 2003 at 01:59:27PM -0800]:
Yes. Install a recent Quotient (0.8.2) and try again. If you have any other problems with Python on *BSD systems, e-mail me directly. -- Michal Pasternak :: http://pasternak.w.lub.pl

ok. i got Quotient-0.8.2 and installed. on 'mktap quotient ...' i get 'Unknown command: quotient' i then removed current 'quotient' from python site-packages dir and re-installed. same error. mktap itself runs and 'mktap --help' works. TIA for help. bob ackerman Michal Pasternak <michal@pasternak.w.lub.pl> wrote: rddda [Mon, Nov 24, 2003 at 01:59:27PM -0800]: Yes. Install a recent Quotient (0.8.2) and try again. If you have any other problems with Python on *BSD systems, e-mail me directly. --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now

On Mon, 24 Nov 2003 20:25:14 -0800 (PST) rddda <obowah@yahoo.com> wrote:
Make sure mktap is running with same version as python as quotient was installed with (both should be the same python, and version 2.3). -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python & Twisted consulting

This is the mailing list for Twisted, not Quotient; The list for discussion of Quotient and other Divmod technologies is here: http://divmod.org/users/mailman.twistd/listinfo/divmod-dev -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://radix.twistedmatrix.com/

rddda [Mon, Nov 24, 2003 at 01:59:27PM -0800]:
Yes. Install a recent Quotient (0.8.2) and try again. If you have any other problems with Python on *BSD systems, e-mail me directly. -- Michal Pasternak :: http://pasternak.w.lub.pl

ok. i got Quotient-0.8.2 and installed. on 'mktap quotient ...' i get 'Unknown command: quotient' i then removed current 'quotient' from python site-packages dir and re-installed. same error. mktap itself runs and 'mktap --help' works. TIA for help. bob ackerman Michal Pasternak <michal@pasternak.w.lub.pl> wrote: rddda [Mon, Nov 24, 2003 at 01:59:27PM -0800]: Yes. Install a recent Quotient (0.8.2) and try again. If you have any other problems with Python on *BSD systems, e-mail me directly. --------------------------------- Do you Yahoo!? Free Pop-Up Blocker - Get it now

On Mon, 24 Nov 2003 20:25:14 -0800 (PST) rddda <obowah@yahoo.com> wrote:
Make sure mktap is running with same version as python as quotient was installed with (both should be the same python, and version 2.3). -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python & Twisted consulting

This is the mailing list for Twisted, not Quotient; The list for discussion of Quotient and other Divmod technologies is here: http://divmod.org/users/mailman.twistd/listinfo/divmod-dev -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://radix.twistedmatrix.com/
participants (4)
-
Christopher Armstrong
-
Itamar Shtull-Trauring
-
Michal Pasternak
-
rddda