I have a project written in Python and consisting of several files. I need to compile all the files into a single .pyd file. I used Cython, but it compiled each .py file into a separate .pyd file. Is it possible to compile several .py files into a single .pyd and if so, how?
python - Compiling multiple .py files into one .pyd - Stack Overflow
评论列表(0)
- 暂无评论