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.
我正在使用 Qt、boost::python 和具有嵌入式 Python 终端的 PyQt 构建一个 C++ 程序。一切都很好。我们已经暴露了 C++,我们可以运行东西,来回传递数据等等。除了有人问为什么要打字:
>> 1+1
不像交互式 Python 终端那样在终端上打印“2”。现在,我已经看到了这个问题,但是由于我使用的是 boost::python,所以我认为我没有答案建议的选项。
有任何想法吗?