Python on Netbeans 7.1

I tried to find a plugin for this, but could not.

I also tried following these instructions to manually install it, but the link is dead.

https://techknowhow.library.emory.edu/blogs/sturnbu/2011/05/12/netbeans-7-and-python-ide

Is there any other way to install it or is this not possible in netbeans 7.1?

+4
source share
3 answers

The following link should work (add it to your list of plugin repositories as indicated in your source ): http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates. xml.gz

But keep in mind that the Python plugin still does not work for Netbeans 7. *: http://wiki.netbeans.org/PythonInstall

Good luck

+10
source

Are you attached to netbeans?

If not, can I suggest PyCharm.

+5
source

I would like to provide a more general answer on installing modules.

To do this, you can install a stand-alone module:

Go to Tools → Plugins → Downloaded → Add Plugin

The plugin extension must be nbm or jar

0
source

Source: https://habr.com/ru/post/1389959/


All Articles