Embedding Python in an iPhone app

前端 未结 3 575
遇见更好的自我
遇见更好的自我 2020-11-30 16:35

So it\'s a new millennium; Apple has waved their hand; it\'s now legal to include a Python interpreter in an iPhone (App Store) app.

How does one go about doing this

3条回答
  •  心在旅途
    2020-11-30 17:11

    I also started such a project. It comes with its own simplified compile script so there is no need to mess around with autoconf to get your cross compiled static library. It is able to build a completely dependency-free static library of Python with some common modules. It should be easily extensible.

    https://github.com/albertz/python-embedded/

提交回复
热议问题