unable to get kml_filter.py working
Posted: Sat Apr 24, 2021 6:05 am
On a different laptop i had this working 2 or 3 years ago. Now i am just baffled, in spite of the notes i took back then.
I am trying to run kml_filter.py out of my Downloads directory. (When i tried running it out of an "environment" i got other error messages which i also don't understand).
This is what i get just trying to run it with the -h option:
sudo python kml_filter.py -h
[sudo] password for sarah:
Traceback (most recent call last):
File "kml_filter.py", line 43, in <module>
from fastkml import kml
ImportError: No module named fastkml
I installed fastkml. I just don't know how to make kml_filter.py use it.
Appreciate any help. My war-driving uploads to Wigle, i think i specified you can use or sell the info. I am a contributor.
Without kml_filter.py, Google Earth just shows too much irrelevant stuff. I need to get this going.
When i try the following i get the same message:
sudo python kml_filter.py -o 23apr21 *.kml
Traceback (most recent call last):
File "kml_filter.py", line 43, in <module>
from fastkml import kml
ImportError: No module named fastkml
Thanks for any help.
I am trying to run kml_filter.py out of my Downloads directory. (When i tried running it out of an "environment" i got other error messages which i also don't understand).
This is what i get just trying to run it with the -h option:
sudo python kml_filter.py -h
[sudo] password for sarah:
Traceback (most recent call last):
File "kml_filter.py", line 43, in <module>
from fastkml import kml
ImportError: No module named fastkml
I installed fastkml. I just don't know how to make kml_filter.py use it.
Appreciate any help. My war-driving uploads to Wigle, i think i specified you can use or sell the info. I am a contributor.
Without kml_filter.py, Google Earth just shows too much irrelevant stuff. I need to get this going.
When i try the following i get the same message:
sudo python kml_filter.py -o 23apr21 *.kml
Traceback (most recent call last):
File "kml_filter.py", line 43, in <module>
from fastkml import kml
ImportError: No module named fastkml
Thanks for any help.