Re: [sword-devel] problems compiling python binding (1.5.10) on OS X Leopard

2007-12-18 Thread Jon Brisbin
That did it! Now I've copied the Sword.py module and _Sword.so into a working directory and am able to use the command-line python to manipulate it. My next question is, how is this going to work in a self-contained project? I'm guessing it's finding the sword library at /usr/local/ sword/

Re: [sword-devel] problems compiling python binding (1.5.10) on OS X Leopard

2007-12-18 Thread Ben Morgan
Hi, Try make pythonswig in the package directory before doing make python_make. This will generate that file. -- God Bless, Ben --- The Lord is not slow to fulfill his promise as some count slowness, but is p

[sword-devel] problems compiling python binding (1.5.10) on OS X Leopard

2007-12-18 Thread Jon Brisbin
I've got 10.5.1 of Leopard (with Developer tools, obviously :) and I can compile clucene and sword just fine. I put it in /usr/local/sword Then I went into the bindings/swig/ directory, read the README, followed the steps therein and got a few errors: +-( ~/src/sword-1.5.10/bindings/swig/pack