Well i use netbean is alot better i think and it work with 2.6 and 3.0

--- On Thu, 4/16/09, mousemeat <mousem...@gmail.com> wrote:

From: mousemeat <mousem...@gmail.com>
Subject: Re: What IDE support python 3.0.1 ?
To: python-list@python.org
Date: Thursday, April 16, 2009, 4:41 AM

Use eclipse with the pydev module.  I use python(x,y) which is a big
bundle of most of the python stuff you could possibly want (including
scientific stuff, but its not mandatory to use it) configured to work
together.  It uses python 2.5.

You can have the best of both worlds.  Search for 'from __future__
import'  to see how to get 3.0 features into 2.x, minimizing the
eventual upgrade hassles.
--
http://mail.python.org/mailman/listinfo/python-list



      
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to