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.
我已经下载了用msvc10预编译的omniORB4.1.6。我有 python 2.7,一切似乎都很好。我想知道如何告诉我的omniidl 使用我的python 2.6 安装而不是2.7。谁能帮我?谢谢。
你不能也不应该。它是专门为 2.7 编译的。这就是下载文件名中出现“2.7”的原因。
如果您想使用不同的 python,请下载源包并自己构建。