From: Chrix on 9 Jul 2010 10:26 Hi, Someone knows if Netbeans will support Python 3 language features? Nowadays, I tried Netbeans 6.9 but it only supports Python 2.5 :( And I'd like really to develop with Python 3. Thanks.
From: Chris Rebert on 12 Jul 2010 04:14 On Fri, Jul 9, 2010 at 9:27 AM, Nitin Pawar <nitinpawar432(a)gmail.com> wrote: > Hi, > I never tried python3.0 with netbeans but I use python 2.6.5 with netbean > 6.7.1 > Here is how I managed to change from python 2.5 (netbeans default) to 2.6..5 > 1) From the tools-> plugins section install python plugin > 2) Once plugin is installed just restart netbeans so that plugin is > activated > 3) After plugin is activated, you can edit default python version by tools-> > python platform > 4) It will open a configure window, where you can point python to newly > installed 3.0 version. > I hope that helps. > Thanks, > nitin > > On Fri, Jul 9, 2010 at 9:30 PM, <python-list-request(a)python.org> wrote: >> >> Send Python-list mailing list submissions to >> Â Â Â Â python-list(a)python.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> Â Â Â Â http://mail.python.org/mailman/listinfo/python-list >> or, via email, send a message with subject or body 'help' to >> Â Â Â Â python-list-request(a)python.org >> >> You can reach the person managing the list at >> Â Â Â Â python-list-owner(a)python.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Python-list digest..." >> >> Today's Topics: >> >> Â 1. python instructor (Greg) >> Â 2. Re: ipython problem in opening a file (Youngung Jeong) >> Â 3. Netbeans plugin and Python 3 (Chrix) >> Â 4. Re: python instructor (Ed Keith) >> Â 5. Last day to submit your Surge 2010 CFP! (Jason Dixon) >> Â 6. SqlAlchemy: remote connection on problem on mysql database (Massi) >> Â 7. do (Robin) >> Â 8. Re: Opinions please -- how big should a single module grow? >> Â Â Â (Tomasz Rola) >> Â 9. Re: Python -- floating point arithmetic (Aahz) >> Â 10. Re: 'reload M' doesn't update 'from M inport *' (Aahz) >> Â 11. Cpp + Python: static data dynamic initialization in *nix >> Â Â Â shared lib? (Alf P. Steinbach /Usenet) >> Â 12. Why there is no "setdefaultencoding" in sys module? (crow) <rest of digest snipped> Netiquette note: Please don't include the entire digest in future posts to the mailinglist. Cheers, Chris
|
Pages: 1 Prev: python instructor Next: SqlAlchemy: remote connection on problem on mysql database |