dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

python swig issues with kmlbase::Version #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
>>> import kmldom
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/mashbridge/src/bactrian2/build/src/swig/kmldom.py", line 51,
in <module>
    import kmlbase
  File "/Users/mashbridge/src/bactrian2/build/src/swig/kmlbase.py", line 7,
in <module>
    import _kmlbase
ImportError:
dlopen(/Users/mashbridge/src/bactrian2/build/src/swig/_kmlbase.so, 2):
Symbol not found: __ZN7kmlbase7Version9GetStringEv
  Referenced from: /Users/mashbridge/src/bactrian2/build/src/swig/_kmlbase.so
  Expected in: flat namespace

Original issue reported on code.google.com by kml.mash...@gmail.com on 12 Jun 2009 at 3:39

GoogleCodeExporter commented 8 years ago
Had an old libkmlbase lurking in /usr/local/lib. 

Original comment by kml.mash...@gmail.com on 12 Jun 2009 at 4:09