<div>Hi Daniel,</div>
<div>&nbsp;</div>
<div>Building the bindings is essential - it&#39;s what lets Python talk to the C++ sword library. </div>
<div>The problem here is that you haven&#39;t got the auto tools.</div>
<div>&nbsp;</div>
<div>There was a configure script shipped with the release. It should be in the bindings/swig/package directory. </div>
<div>I&#39;m not sure what the ISO looks like though. If you can&#39;t find the configure script, I can send it to you.</div>
<div>I&#39;m pretty sure that sword-svn will be the wrong folder to look in, as it won&#39;t have the generated configure script.</div>
<div>&nbsp;</div>
<div>Once found, it should be as simple as (from the package directory)</div>
<div>.<span class="str">/configure --with-sword-dir=/usr/include/sword<br>make pythonswig<br>make python_make<br>cd python<br>python setup.py install</span></div>
<div><span class="str"></span>&nbsp;</div>
<div><span class="str">However, don&#39;t be surprised if that doesn&#39;t work exactly :)</span></div>
<div><span class="str"></span>&nbsp;</div>
<div><span class="str">The process is deatiled at <a href="http://code.google.com/p/bpbible/wiki/RunningBPBible">http://code.google.com/p/bpbible/wiki/RunningBPBible</a></span></div>
<div><br>God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>
but that all should reach repentance.<br>2 Peter 3:9 (ESV)&nbsp;<br>&nbsp;</div>
<div><span class="gmail_quote">On 6/5/08, <b class="gmail_sendername">Daniel Owens</b> &lt;<a href="mailto:dhowens@pmbx.net">dhowens@pmbx.net</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div bgcolor="#ffffff" text="#000000">Ben,<br><br>This is fantastic! It&#39;s a great step forward in terms of functionality--looking up Vietnamese words works perfectly, not to mention all the other functionality. I can&#39;t wait for the portable version so I can show it to some people I am working with. <br>
<br>The website looks sharp; the download button is easy to find, which is important.<br><br>I am running the program in XP in a virtual machine, though, since I am having trouble again in Linux. I installed sword 1.5.11, though I wasn&#39;t able to figure out the swig bindings installation--should it be necessary if 1.5.11 is installed? BPBible 0.2 still works, but 0.3 gives me this: <br>
<br>11:04:15 Importing wx<br>11:04:15 /importing wx<br>11:04:15 importing sword<br>Traceback (most recent call last):<br>&nbsp; File &quot;bpbible.py&quot;, line 10, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import mainframe<br>&nbsp; File &quot;/home/dowens/Scripts/BPBible/bpbible-0.3/mainframe.py&quot;, line 13, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; from swlib import pysw<br>&nbsp; File &quot;/home/dowens/Scripts/BPBible/bpbible-0.3/swlib/pysw.py&quot;, line 31, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; class MyStringMgr(SW.PyStringMgr):<br>AttributeError: &#39;module&#39; object has no attribute &#39;PyStringMgr&#39;<br>
<br>I&#39;m guessing this has to do with the swig bindings, but following the directions in the various README files hasn&#39;t worked for me. I assume the swig bindings are in the sword-svn folder on the Sword 1.5.11 CD (that&#39;s the only place I could find them), but this is as far as I get: <br>
<br>bash-3.2$ libtoolize --force<br>bash-3.2$ ./autogen.sh<br>*** copying swig files<br>*** Recreating libtool<br>libtoolize<br>*** Recreating aclocal.m4<br>aclocal<br>./autogen.sh: line 16: aclocal: command not found<br>
*** Recreating configure<br>./autogen.sh: line 20: autoconf: command not found<br>*** Recreating the Makefile.in files<br>./autogen.sh: line 24: automake: command not found<br><br>Any ideas?<br><br>Daniel<br><br>Ben Morgan wrote: 
<blockquote type="cite">
<div><span class="e" id="q_11a56fdd1eaa96bb_1"><pre>Hi all,

I&#39;ve just released BPBible 0.3, which adds many more features.
It also has a new website, with forums and screenshots at <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://bpbible.com/" target="_blank">http://bpbible.com</a>

New features (more details at <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://bpbible.com/node/22" target="_blank">http://bpbible.com/node/22</a>):
Header bar - This is a feature unique to BPBible. It is a bar at the top of
the bible window which has all the surrounding chapters on it for easy
access. It also allows you to view an overview of each chapter. This is
easier to try to see than to describe. There is a screenshot of it here:
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://bpbible.com/node/17" target="_blank">http://bpbible.com/node/17</a>

Book Installation
- I&#39;ve added book installation for downloaded books. InstallMgr support is
not here yet...

Search improvements:
- Highlighting of search terms in results
- New search operator (a, b) which does matches a or b.

Unicode support
- BPBible now should handle all unicode properly - searching may not be very
smart, though (no stemming, accents removal, ...)

Daily Devotional support
Parallel display in the verse compare frame.
Dictionary speed-ups - doesn&#39;t load the whole list at the start.
Filter modules by name

BPBible also uses a new locale, which gives nicer references than the
traditional ones
I Samuel -&gt; 1 Samuel
II Samuel -&gt; 2 Samuel
...
III John -&gt; 3 John
Revelation of John -&gt; Revelation
It now interprets Jud as Judges, instead of Jude. This means references in
the TSK to judges will now work properly.

I decided not to include Sword built with ICU support in this release
(although BPBible does support it), as it seems much too buggy and crashes
far too much.

A PortableApps version will probably land later today.

God Bless,
Ben
-------------------------------------------------------------------------------------------
The Lord is not slow to fulfill his promise as some count slowness,
but is patient toward you, not wishing that any should perish,
but that all should reach repentance.
2 Peter 3:9 (ESV)

  </pre></span></div><pre><hr width="90%" size="4"><span class="q">
_______________________________________________
sword-devel mailing list: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</span></pre></blockquote><br><pre cols="72">-- 
PMBX license 1502 
</pre></div><br>_______________________________________________<br>sword-devel mailing list: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div>