Updates:
        Status: Invalid

Comment #1 on issue 225 by limodou: import当前目录的py文件,自动完成的功能无 法使用
http://code.google.com/p/ulipad/issues/detail?id=225

这个问题是因为ulipad找不到你的文件,所以无法导入造成的。而放在 site-packages中就可以导入了。 一种方式是将你的开发目录添加到Directory Browser窗口中,并且设置为Python项 目,这样就可以将这 个目录添加到sys.path中去了。或者通过设置环境变量PYTHONPATH=开发目录,也可以 自动将目录添加到
sys.path中去。

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to