There is no easy way to get multiplatform though. You would require linking against the libpython.a library, and you would need a different version of this library for each targeted platform. It's doable, but messy.andrew wrote:I confess to not knowing what I'm talking about but isn't standard Python set up already to allow embedding?
https://docs.python.org/2/extending/embedding.html
Andrew
With the approach I'm currently looking at, it should be possible to get all targeted platforms without using any libraries.
π