Embed Python3 without standard library

前端 未结 1 918

EDIT: I have asked an opposing question here: How to embed Python3 with the standard library

A solution for Python2 is provided here: Is it possible to embed python

1条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-25 10:41

    I have attempted this and it would take more time than you want to spend to embed Python 3 without the Python library.

    Some modules in the library are necessary for Python 3 to run and it would take a lot of modifications for it to work without them.

    0 讨论(0)
提交回复
热议问题