netbeans 7.1 and python

后端 未结 7 1408
旧时难觅i
旧时难觅i 2021-02-20 03:31

I used to use my Netbeans 6.9 for Python development. As well as Java and PHP. I had a cool debugger in PHP with xDebug, good Python support. Have no complaints whatsoever. I mo

相关标签:
7条回答
  • 2021-02-20 04:14

    Currently your NetBeans/Python choices are:

    • Try the latest development build updates against your current NetBeans version and mess with breakage at times as noted on the PythonInstall NetBeans wiki page or the link you gave.
    • Install the latest development version, but realize it's not a stable public release.
    • Wait for someone in the community to step up with continued development to keep the existing plugin in step with the latest public NetBeans release.
    • Install the NetBeans 6.9 (or older) version you were using with no complaints just for Python work.

    I have had success with older versions and the development build. I am dabbling with other Python aware IDEs while I wait for main stream support, but I've stopped holding my breath.

    0 讨论(0)
提交回复
热议问题