在Komodo Edi中导入.cix NumPy API目录

2024-10-02 12:34:00 发布

您现在位置:Python中文网/ 问答频道 /正文

我已经生成了一个纽比.cix按照此处给出的说明进行归档:http://community.activestate.com/faq/generate-python-api-catalog

通过命令

python gencix.py --onefile=numpy.cix --name="NumPy" --description="Python NumPy module" numpy

不幸的是,在导入纽比.cixAPI目录到Komodo Edit8.5.3中,一个简单的numpy.空的在自动完成中找不到命令(例如,在键入s=numpy.e之后)

我对代码的完成有什么误解吗?是cix生成程序python峎gencix的bug还是Komodo Edit的bug?在


Tags: community命令numpycomapihttpbuggenerate
1条回答
网友
1楼 · 发布于 2024-10-02 12:34:00

使用以下过程:

  • 搜索其他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\
    
  • 重启科莫多

参考文献

相关问题 更多 >

    热门问题