Giter VIP home page Giter VIP logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
one solution:
http://marc-abramowitz.com/archives/2007/11/28/hacking-os-xs-python-dbhash-and-b
sddb-modules-to-work/

I didn't try yet.

Original comment by [email protected] on 9 Feb 2011 at 11:27

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Strange. I'm not using ActivePython myself, but they explicitly state that 
bsddb should be available in 2.7 (see 
http://docs.activestate.com/activepython/2.7/). Could you double-check that the 
python.exe you are using actually belongs to the ActivePython package? 

Original comment by [email protected] on 9 Feb 2011 at 4:03

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
*C:\>python*
*ActivePython 2.7.1.3 (ActiveState Software Inc.) based on*
*Python 2.7.1 (r271:86832, Dec  5 2010, 12:04:08) [MSC v.1500 32 bit
(Intel)] on win32*
*Type "help", "copyright", "credits" or "license" for more information.*
*>>>*

I will try uninstall and instll again. It's not real issue anyway.

Original comment by [email protected] on 10 Feb 2011 at 9:20

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Well, many people use ActivePython, so I'd like it to work. I will try to 
reproduce it.

Original comment by [email protected] on 11 Feb 2011 at 11:51

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Yep. For whatever reason, the Active Python distribution does not seem include 
bsddb, at least not anyone that's available by a simple "import". Probably 
there is some other dbm that is available everywhere. In the meantime, I'll 
clarify on the installation guide wiki page.

Original comment by [email protected] on 12 Feb 2011 at 8:54

  • Changed state: Accepted

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
An user has reported this problem on mac as well. From 
http://groups.google.com/group/boarvcs/browse_thread/thread/2123eea0beeb9d9b

Quote:

I'm getting a similar error on mac. 
OS X 10.6.6 
python 1.7 for mac 
boar-daily.27-Feb-2011.zip 
Traceback (most recent call last): 
  File "/Applications/boar/boar", line 35, in <module> 
    import workdir 
  File "/Applications/boar/workdir.py", line 41, in <module> 
    import dbhash 
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/ 
python2.6/dbhash.py", line 8, in <module> 
    import bsddb 
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/ 
python2.6/bsddb/__init__.py", line 64, in <module> 
    import _bsddb 
ImportError: No module named _bsddb

Original comment by [email protected] on 30 Mar 2011 at 12:10

from boar.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 23, 2024
Fixed in changeset 50d1084e78ac. The fix simply consisted of replacing the use 
of bsddb  (module anydbm) with sqlite3. 

Original comment by [email protected] on 25 Sep 2011 at 9:15

  • Changed state: Verified

from boar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.