在 Netbeans 中启用 pylint
如何将 pylint 与 netbeans 集成?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将 pylint 与 netbeans 集成?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我自己没有尝试过,但是这个网站:
http://jpydbg.sourceforge.net/
似乎记录让它发挥作用的方法。
I haven't tried this myself, but this website:
http://jpydbg.sourceforge.net/
seems to document a method to get it working.
Eric 有一个 PyLint 插件。它是一个不错的小型开源 IDE,特别针对 Python 和 Ruby。也许你会发现它很有用。
There's a PyLint plugin for Eric. It's a nice little open source IDE for aimed particularly for Python and Ruby. Perhaps you will find it useful.
在 netbeans-python (nbpython) 开发列表上似乎有一个关于此的完整线程:
http://markmail.org/message/rrjcooygoleufje6
所以,看起来,它还没有准备好。
鉴于此,您可能想查看替代方案: http://meandubuntu.wordpress.com/2008/11/14/in-search-of-a-python-ide/
On the netbeans-python (nbpython) dev list there seems to be a whole thread about this:
http://markmail.org/message/rrjcooygoleufje6
So, seemingly, it's not ready yet.
In light of that, you might want to check out the alternatives: http://meandubuntu.wordpress.com/2008/11/14/in-search-of-a-python-ide/