Upgrading from 2.7 to 3.x

Kiuhnm kiuhnm03.4t.yahoo.it
Thu Apr 26 09:48:27 EDT 2012


On 4/26/2012 15:02, deuteros wrote:
> On Thu 26 Apr 2012 07:37:20a, Kiuhnm<kiuhnm03.4t.yahoo.it>  wrote in
> news:4f993382$0$1378$4fafbaef at reader2.news.tin.it:
>
>> Python 2.7.3 and 3.2.3 (the latest versions) can coexist. Just install
>> Python 3.2.3 in a different directory (python32, for instance).
>>
>> Python has been "forked" into 2.x and 3.x because some breaking changes
>> ought to be made to the language in order to improve it and clean it up.
>
> Okay, thanks.
>
> So how do I tell my IDE (Eclipse with PyDev) which version of Python I
> want to use?

That's something you can find out by yourself in 5 secs.
Try searching for
   eclipse pydev select python
on google.

Kiuhnm



More information about the Python-list mailing list