Home  >  Q&A  >  body text

sublime-text - Sublime Text 是如何调用python的?

假设Sublime Text 软件主要是用C++编写的,那么是怎么调用python语言呢?

天蓬老师天蓬老师2718 days ago887

reply all(2)I'll reply

  • 阿神

    阿神2017-04-17 12:06:45

    Refer to Python documentation Embedding Python in Another Application

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 12:06:45

    C++ calls python, you can also refer to using boost python, which has some encapsulation compared to python’s API

    http://www.boost.org/doc/libs/1_55_0/libs/python/doc/

    reply
    0
  • Cancelreply