Python 在Komodo编辑中导入.cix NumPy API目录

Python 在Komodo编辑中导入.cix NumPy API目录,python,numpy,komodoedit,code-intelligence,Python,Numpy,Komodoedit,Code Intelligence,我按照此处给出的说明生成了一个numpy.cix文件: 通过命令 python gencix.py --onefile=numpy.cix --name="NumPy" --description="Python NumPy module" numpy 不幸的是,将numpy.cix API目录导入Komodo Edit 8.5.3后,在自动完成中找不到简单的numpy.empty命令(例如,在键入s=numpy.e之后) 我是否对代码完成有误解,是cix生成程序python_gencix的错

我按照此处给出的说明生成了一个numpy.cix文件:

通过命令

python gencix.py --onefile=numpy.cix --name="NumPy" --description="Python NumPy module" numpy
不幸的是,将numpy.cix API目录导入Komodo Edit 8.5.3后,在自动完成中找不到简单的numpy.empty命令(例如,在键入
s=numpy.e
之后)


我是否对代码完成有误解,是cix生成程序python_gencix的错误还是Komodo Edit的错误?

使用以下过程:

  • 搜索其他cix文件的位置:
  • 重启科莫多
  • 参考资料

    Komodo stores preferences, macros, templates, keybinding schemes and other settings in a user-specific directory called the user data directory. The name and location of this directory varies depending on the operating system and Komodo version: Windows Vista, Windows 7, Windows 8 or newer C:\Users\\AppData\Local\ActiveState\Komodo[IDE|Edit]\ Windows XP or older C:\Documents and Settings\\Local Settings\Application Data\ActiveState\Komodo[IDE|Edit]\ Linux /home//.komodo[ide|edit]/ Mac OS X /Users//Library/Application Support/Komodo[IDE|Edit]/
    KomodoEdit\8.0\apicatalogs\