Re: Python and gramps...

2007-02-26 Thread Scot Hetzel
On 2/25/07, Chuck Swiger [EMAIL PROTECTED] wrote: Anders Troback wrote: On Fri, 23 Feb 2007 14:58:21 -0800 Chuck Swiger [EMAIL PROTECTED] wrote: [ ... ] I think you need to choose a particular flavor of BDB which is recent enough to support these log capabilities; try setting something like

Re: Python and gramps...

2007-02-25 Thread Anders Troback
On Sun, 25 Feb 2007 08:30:17 -0500 Chuck Swiger [EMAIL PROTECTED] wrote: Anders Troback wrote: On Fri, 23 Feb 2007 14:58:21 -0800 Chuck Swiger [EMAIL PROTECTED] wrote: [ ... ] I think you need to choose a particular flavor of BDB which is recent enough to support these log capabilities;

Re: Python and gramps...

2007-02-25 Thread Chuck Swiger
Anders Troback wrote: [ ... ] I can check the version like this (I think): .if !defined(WITH_BDB_VER) WITH_BDB_VER= 42 .endif .if (${WITH_BDB_VER} 42) BROKEN= Does not run with less than db42 .endif But how do I know if the dependency ports are compiled with the right

Re: Python and gramps...

2007-02-23 Thread Chuck Swiger
On Feb 23, 2007, at 2:21 PM, Anders Troback wrote: The port builds fine but when I'm start up the program and tries to do things in the program I've got errors. The following error occurs when I'm trying to create a new file: 8---

Re: Python and gramps...

2007-02-23 Thread Anders Troback
On Fri, 23 Feb 2007 14:58:21 -0800 Chuck Swiger [EMAIL PROTECTED] wrote: On Feb 23, 2007, at 2:21 PM, Anders Troback wrote: The port builds fine but when I'm start up the program and tries to do things in the program I've got errors. The following error occurs when I'm trying to create a