簡體   English   中英

如何為 Python 開發設置 NetBeans IDE

[英]How to setup NetBeans IDE for Python Development

我在 eclipse 中使用 PyDev 插件來開發 python。 但現在我切換到NetBeans IDE 12.6並搜索谷歌以找到 Z69F0F6923AFDB8F8ZAAA26 的 python 插件。 我找到了一個名為nbpython的插件。 但它適用於 NetBeans 8.1,我使用的是 NetBeans 12.6。 NetBeans IDE 12.6 是否有任何插件用於開發 Python 項目。 還是 nbpython 在我的版本中工作?

12.x 還沒有官方插件。 如果您在郵件列表中閱讀,您可以看到討論了重新實現 Python 支持,但尚未實現任何內容。

更新:我剛剛安裝了 Netbeans IDE v 13。很久以前我就已經為 Netbeans 8.xx 工作了很長時間的 Python/Jython/PERL 模塊。 對於 IDE v 13,我通過常用方法“工具 -> 插件 -> 下載 -> 添加插件”添加了它們,看起來它們工作正常。 因此它們與 Apache Netbeans 的兼容性非常高,問題出在 nbpython 的鏈接上。 它們看起來已損壞且已停產,如果有人將舊模塊張貼在某處。 那么我想你可以撿起它們並感到幸運,如果沒有,你需要以某種方式找到它們。 或者等待python項目重新實現。 我擁有的模塊如下所述:希望這會有所幫助:

org-netbeans-modules-python-hints.nbm
org-netbeans-modules-python-kit.nbm
org-netbeans-modules-python-options.nbm
org-netbeans-modules-python-platform.nbm
org-netbeans-modules-python-project.nbm
org-netbeans-modules-python-project2.nbm
org-netbeans-modules-python-samples.nbm
org-netbeans-modules-python-source.nbm
org-netbeans-modules-python-testrunner.nbm org-jython.nbm
org-jython-distro.nbm org-netbeans-modules-python-console.nbm
org-netbeans-modules-python-core.nbm
org-netbeans-modules-python-debugger.nbm
org-netbeans-modules-python-editor.nbm
org-netbeans-modules-python-help.nbm

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM