[pygr-notify] Issue 119 in pygr: ShelveMetabase doesn't work with external bsddb3

codesite-noreply at google.com codesite-noreply at google.com
Sat Sep 19 01:46:49 PDT 2009


Updates:
	Status: Assigned
	Owner: marecki
	Cc: -marecki

Comment #1 on issue 119 by marecki: ShelveMetabase doesn't work with  
external bsddb3
http://code.google.com/p/pygr/issues/detail?id=119

Steps to reproduce:

1. Obtain a Python installation without _bsddb.so. Natural examples include  
Python
2.3 built from source on a modern Linux distro (these contain versions of  
BerkeleyDB
which aren't supported by bsddb bundled with 2.3) or Apple-shipped Python  
under
many, if not all, versions of Mac OS X (confirmed under 10.4 and 10.5);  
then again,
one can simply temporarily remove said file from the Python tree;

2. Build Pygr (0.8.0 will do) and make it visible to Python;

3. Make sure your WORLDBASEPATH contains at least one on-disk (i.e. not  
SQL, not XML-
RPC) resource directory;

4. Run 'from pygr import worldbase; worldbase.dir()'.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list