Python support is being added to Netbeans.
Install Netbeans 6.7 (in my case the bundled JDK did not installed, so I had to install the JDK speartely) then in the list of plugins install the Python module.
http://www.netbeans.org/kb/docs/python/temperature-converter.html
The install will bring you Jython as a first Python platform. I will keep that for further study. I then installed the Cpython 2.6. Restarted the Netbeans platform and to my great surprise Tools/Python plaftorms auto detected the new Pyhton install !
I created a project, but there, a problem occured when trying to debug. The message was a bit hard to decode. I saw file names truncated (under Windows, the default projects directory is under 'Documents and settings'. I changed the location to avoid spaces (something I always remind around me - don't put space in file names) and it works (I mean I can debug a 2 lines long Python program.
Friday, July 10, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment