Closed GoogleCodeExporter closed 8 years ago
I think you have some path issues here. It looks like the .so the python tries
to
load is from and older version of libkml.
The --prefix you're using means that the swig files should be installed to
//usr/local/libkml/trunk/lib/python2.5/site-packages. You refer to both
/usr/lib/python2.5/site-packages and
/usr/local/libkml/trunk/lib/python2.5/site-packages, which seems confusing.
I just performed a fresh install on Ubuntu 8.04 and everything works fine there.
Original comment by kml.mash...@gmail.com
on 12 Jan 2009 at 7:48
Yes, it was a path issue. I moved the libkml 0.4.0 libraries to another
location, and
then the issue went away.
The python path file (/usr/lib/python2.5/site-packages/libkml-trunk.pth) is
used so
that the libkml files (/usr/local/libkml/trunk/lib/python2.5/site-packages/)
become
part of the python path.
Original comment by tylerick...@gmail.com
on 12 Jan 2009 at 9:31
Glad to hear it!
Original comment by kml.mash...@gmail.com
on 12 Jan 2009 at 9:44
Original issue reported on code.google.com by
tylerick...@gmail.com
on 12 Jan 2009 at 5:55