When trying to work with the windows binary files that were provided in your download, I am receiving this error.<br><br>Traceback (most recent call last):<br>  File &quot;BerkleyDB.py&quot;, line 6, in &lt;module&gt;<br>    from bsddb3 import dbtables<br>
  File &quot;C:\Python27\lib\bsddb3\__init__.py&quot;, line 61, in &lt;module&gt;<br>    import _pybsddb<br>ImportError: DLL load failed: The specified module could not be found.<br><br>The _pybsddb.pyd dll is located in the folder structure, under bsddb3. I just copied over and placed under the Python27\Lib\.<br>
<br>Here is the simple python module I&#39;m trying to run.<br><br>Please advise.<br><br>from bsddb3 import dbtables<br>import os,sys   <br><br>Home = os.path.dirname(sys.argv[0])<br>fruitDB = dbtables.bsdTableDB(&#39;fruit&#39;,Home,1)<br>
db_py3kfruit = db_py3k(fruitDB)<br>db_py3kfruit.put(&quot;apple&quot;,&quot;red&quot;)<br>db_py3kfruit.put(&quot;orange&quot;,&quot;orange&quot;)<br><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>