如何使用EventGhost设置Visual Studio Python环境

时间:2016-01-17 21:27:40

标签: python visual-studio ptvs

我正在尝试设置Visual Studio的Python环境,以便我可以编写一些EventGhost插件。 EventGhost在它的目录中安装了自己的Python环境,但是当我尝试在Visual Studio中设置环境时,Intellisense DB不会引入任何包。

EventGhost的目录:

![EventGhost's Directory

Lib的内容:

enter image description here

我只是想让Intellisense DB填充EventGhost的例如模块(位于应用程序的eg目录中)。目前我只是为所有东西得到“未知类型”:

enter image description here

我在VS中的Python环境设置:

enter image description here

1 个答案:

答案 0 :(得分:2)

https://github.com/Microsoft/PTVS/wiki/Python-Environments是一个关于为VS设置Python环境的教程。它包括一种检查Intellisense看到的包并强制它重新扫描路径的方法。

具体来说,我怀疑您需要将“库路径”更改为<...>\lib26