Hey guys,
I just got a OSX machine and I build sage on it but it doesn't appear
to be building the bsddb module.  When I launch sage and do 'import
bsddb' I get the following traceback:

sage: import bsddb
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call last)

/Users/yi/Software/sage-1.4.1.2/<ipython console> in <module>()

/Users/yi/Software/sage-1.4.1.2/local/lib/python2.5/bsddb/__init__.py
in <module>()
     49         from bsddb3.dbutils import DeadlockWrap as _DeadlockWrap
     50     else:
---> 51         import _bsddb
     52         from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
     53 except ImportError:

<type 'exceptions.ImportError'>: No module named _bsddb


I installed db3 from macports.

Thanks,
Yi

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to