2004年08月28日 星期六 15:06
解决办法有三个: 1、升级vim6.2---->6.3 2、降级python---->2.1 3、重新编译vim6.2源代码,使他能兼容你的python版本。不过这招我也不会:) 这个脚本的功能简单说就是代码提示。 ----- Original Message ----- From: "hoxide" <hoxide_dirac at yahoo.com.cn> To: <python-chinese at lists.python.cn> Sent: Saturday, August 28, 2004 2:34 PM Subject: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件) > tocer,您好! > > gvim6.2中不能用~~~,需要python2.1~~~, 这个pyfile到底是什么东西? > > ======= 2004-08-28 13:21:58 您在来信中写道:======= > > >版本:0.3 > > > >运行平台:linux ,windows,VIM > > 我只在中文win2000+vim6.3中测试通过。别的平台,别的vim版本没有测试,如果也能通过,告诉我一声。 > > > >特性: > > 1、在vim里编码的时候,可以随着你的输入,自动显示模块或者函数名称和用法,就像idle或者pywin里的calltips,不过我这个脚本还能显示用法和帮助。 > > 2、只支持python语言。 > > > >用法: > > 1、打开一个python文件,然后pyfile <路径>pyCallTips.py,如果没有报错,就能运行了,在python文件中import的模块和方法,都能够随着你的输入显示出来。支持内建函数,试着输入 dir 看看。或者放入vimrc文件中,自动运行。 > > 2、如果新增import 或者 from 。。import语句,需要按刷新一下,这样才能显示出新增的模块和方法 > > > >如果有问题,在这里提出来,我会尽量回答的。如果好使,也说一声,让我也高兴高兴。_______________________________________________ > >python-chinese list > >python-chinese at lists.python.cn > >http://python.cn/mailman/listinfo/python-chinese > > > > = = = = = = = = = = = = = = = = = = = = > > > 致 > 礼! > > > hoxide > hoxide_dirac at yahoo.com.cn > 2004-08-28 > > -------------------------------------------------------------------------------- > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
Zeuux © 2025
京ICP备05028076号