Closed GoogleCodeExporter closed 8 years ago
make sure you're pointing at the right python libs.
looks like you're hitting 0.3-vintage kmldom
(there was a minor change to ExtendedData to
better match the OGC KML XSD: one array for Data
and one array for SchemData)
yes, the curl message is a known issue
Original comment by bent.hag...@gmail.com
on 8 Aug 2008 at 4:43
hmmm.. how to tell? I see no version string.. kmldom.py and kmlengine.py in
site-packages are the right date..
Original comment by brian.da...@gmail.com
on 8 Aug 2008 at 10:12
/usr/local/lib/libkml* are all the right date
Original comment by brian.da...@gmail.com
on 8 Aug 2008 at 10:16
make sure your PYTHONPATH is pointing to the right libs. I think you're talking
to an
old instance of _kmldom.so. I did the following just now and all looks fine to
me:
[mashbridge@hex:swig]$ ls -l /usr/local/lib/python2.4/site-packages/
total 3164
-rw-r--r-- 1 root staff 2757305 Aug 19 08:37 _kmldom.so
-rw-r--r-- 1 root staff 304386 Aug 19 08:37 _kmlengine.so
-rw-r--r-- 1 root staff 153549 Aug 19 08:37 kmldom.py
-rw-r--r-- 1 root staff 3423 Aug 19 08:37 kmlengine.py
[mashbridge@hex:swig]$ export PYTHONPATH=/usr/local/lib/python2.4/site-packages
[mashbridge@hex:swig]$ ./kmldom_test.py && ./kmlengine_test.py
...........................................
----------------------------------------------------------------------
Ran 43 tests in 0.006s
OK
.........
----------------------------------------------------------------------
Ran 9 tests in 0.001s
OK
Original comment by kml.mash...@gmail.com
on 19 Aug 2008 at 3:42
marking as invalid. please reopen if repointing PYTHONPATH doesn't fix your
issue.
Original comment by kml.mash...@gmail.com
on 15 Sep 2008 at 7:35
Original issue reported on code.google.com by
brian.da...@gmail.com
on 7 Aug 2008 at 6:44