Runtime error R6034 in embedded Python application

前端 未结 13 1222
暗喜
暗喜 2020-12-04 10:06

I am working on an application which uses Boost.Python to embed the Python interpreter. This is used to run user-generated \"scripts\" which interact with the main program.<

13条回答
  •  旧巷少年郎
    2020-12-04 10:44

    In my case, I realised the problem was coming when, after compiling the app into an exe file, I would rename that file. So leaving the original name of the exe file doesn't show the error.

提交回复
热议问题