Ben, I regret that we haven't had the new release yet, as 0.6 is imminent, but we are waiting on a libspatialindex release to coincide with it. If you can use the svn trunk of both, you should have no problems.
I hope that the libspatialindex release happens by the end of the month, and a new Rtree release will happen very shortly after that. Howard On Mar 25, 2010, at 6:53 PM, Ben Hesketh wrote: > Hi, > > I'm using ubuntu 9.10 and I'm following the instructions on the website. > > Grabbed spatialindex-1.4 > > ./configure - ok > make - failed > - fix: added <stdint.h> to regressiontest/rtree/Exhaustive.cc > - fix: added <stdint.h> to regressiontest/mvrtree/Exhaustive.cc > make install - ok > > easy_install rtree - ok (after installing c++ compiler) > > from rtree import core - fail > - OSError: libsidx.so: cannot open shared object file: No such file or > directory > - fix: export > LD_LIBRARY_PATH=/usr/local/lib/python2.6/dist-packages/Rtree-0.5.0-py2.6-linux-i686.egg > > > If I grab the trunk of rtree then I get the libspatialindex_c.so error instead > > Reverting to rtree 0.4.3 installs ok (as in 'from rtree import core' doesn't > barf) with libspatial-1.4 > > Are there any instructions on getting rtree 0.5.0 working with spatialindex > 1.4.0? > I've looked in the archive but I can't find anything apart from the advice to > revert to 0.4.3 > > Thanks, > > Ben Hesketh > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
