This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PeterL
Recipients PeterL, guy.linton, jcea
Date 2010-04-24.19:12:25
SpamBayes Score 1.1852311e-07
Marked as misclassified No
Message-id <1272136347.68.0.178926263318.issue8516@psf.upfronthosting.co.za>
In-reply-to
Content
1. Sorry, I made a mistake this morning. (Had to run to a funeral.)
These are the correct version:
Python 2.5                     Python 2.6
Windows  4.4.5.3 (4, 4, 20)    4.7.3 (4.7.25)
Linux    4.4.5.3 (4, 6, 21)    4.7.3 (4.7.25)

So, the same versions of bsddb and DB in Python 2.6 gives the slow speed performance with Windows but not with Linux. This means that the Windows and Linux environments are equal as far as I can see.
 
2. I installed bsddb3 5.0.0 without any problem, but I had to move libdb48.dll from c:\Python26\bsddb3\utils\
to c:\Python26\Lib\site-packages\bsddb3\
otherwise it could not be found. Any explanation for this?

3. Could not run Gramps in Windows with Py 2.7 as Gramps needs pygtk, pycairo and pygobject to run.

It seems to be a strange issue. It can be worked around by using bsddb3 in stead in Gramps for those who needs it. It is only a problem when you import a backup or a GEDCOM and when you rebuild reference maps, which you don't do very often. It's not a issue with normal usage of Gramps.

So, maybe let it wait until 2.7 is out?
History
Date User Action Args
2010-04-24 19:12:27PeterLsetrecipients: + PeterL, jcea, guy.linton
2010-04-24 19:12:27PeterLsetmessageid: <1272136347.68.0.178926263318.issue8516@psf.upfronthosting.co.za>
2010-04-24 19:12:26PeterLlinkissue8516 messages
2010-04-24 19:12:25PeterLcreate