tylere / pykml

pyKML is a Python package for creating, parsing, manipulating, and validating KML documents.
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

is there a mac OSX version of pykml? #36

Closed GoogleCodeExporter closed 5 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. providing a version of pykml for mac osx
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
mac osx 10.6 python 2.6

Please provide any additional information below.

Original issue reported on code.google.com by andrew.s...@gmail.com on 2 Jan 2013 at 8:04

tylere commented 8 years ago

pyKML is just Python code, and should be operating system agnostic. However, it depends on lxml, which is not Python. Are you able to install lxml on your OSX system?

tylere commented 5 years ago

pyKML is also available via conda-forge, that can be used to install on OSX.