ztsec / xtp_api_python

252 stars 112 forks source link

Linux 下编译完boost1.66,执行测试的时候报str类型不匹配问题 #3

Closed wedding0371 closed 1 year ago

wedding0371 commented 3 years ago

完整报错如下: Traceback (most recent call last): File "quotetest.py", line 441, in api.createQuoteApi(1, os.getcwd(),4) Boost.Python.ArgumentError: Python argument types in None.createQuoteApi(TestApi, int, str, int) did not match C++ signature: createQuoteApi(QuoteApi {lvalue}, int, std::string, int) 这是版本的问题吗?