Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python on Netbeans 7.1

I've tried to find a plugin for this, but couldn't.

I also tried to follow 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 it not possible in netbeans 7.1?

like image 722
UserX Avatar asked Dec 07 '22 17:12

UserX


2 Answers

The following link should work (add it into your plugin repository list as said in your given 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 is still buggy for Netbeans 7.* : http://wiki.netbeans.org/PythonInstall

Good luck!

like image 56
sransara Avatar answered Dec 09 '22 14:12

sransara


Are you wedded to netbeans?

If not, can I suggest PyCharm.

like image 29
Andrew H Avatar answered Dec 09 '22 14:12

Andrew H