Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用生成 *.pyd 文件boost python并将此文件复制到C:\Python27\DLLs\
boost python
C:\Python27\DLLs\
现在我想获得接口模块。PyCharm 可以使用自己的工具生成这个接口。头模块接口:
# encoding: utf-8 # module my_module # from C:\Python27\DLLs\my_module.pyd # by generator 1.136
如何在没有 PyCharm 的情况下生成此接口?谢谢!