Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Upgrading from 2.7 to 3.x
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
deuteros  
View profile  
 More options Apr 25 2012, 11:08 pm
Newsgroups: comp.lang.python
From: deuteros <deute...@xrs.net>
Date: Thu, 26 Apr 2012 03:08:08 +0000 (UTC)
Local: Wed, Apr 25 2012 11:08 pm
Subject: Upgrading from 2.7 to 3.x
I'm fairly new to Python I have version 2.7 installed on my computer. However
my professor wants us all to use the latest version of Python. How do I go
about upgrading? Do I just install the new version? Do I have to do anything
with the old version already installed?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiuhnm  
View profile  
 More options Apr 26 2012, 7:37 am
Newsgroups: comp.lang.python
From: Kiuhnm <kiuhnm03.4t.yahoo.it>
Date: Thu, 26 Apr 2012 13:37:20 +0200
Local: Thurs, Apr 26 2012 7:37 am
Subject: Re: Upgrading from 2.7 to 3.x
On 4/26/2012 5:08, deuteros wrote:

> I'm fairly new to Python I have version 2.7 installed on my computer. However
> my professor wants us all to use the latest version of Python. How do I go
> about upgrading? Do I just install the new version? Do I have to do anything
> with the old version already installed?

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.

Kiuhnm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiuhnm  
View profile  
 More options Apr 26 2012, 7:39 am
Newsgroups: comp.lang.python
From: Kiuhnm <kiuhnm03.4t.yahoo.it>
Date: Thu, 26 Apr 2012 13:39:16 +0200
Local: Thurs, Apr 26 2012 7:39 am
Subject: Re: Upgrading from 2.7 to 3.x
On 4/26/2012 13:37, Kiuhnm wrote:

> On 4/26/2012 5:08, deuteros wrote:
>> I'm fairly new to Python I have version 2.7 installed on my computer.
>> However
>> my professor wants us all to use the latest version of Python. How do
>> I go
>> about upgrading? Do I just install the new version? Do I have to do
>> anything
>> with the old version already installed?

> 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.

Sorry: I meant "needed to be made".

Kiuhnm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
deuteros  
View profile  
 More options Apr 26 2012, 9:02 am
Newsgroups: comp.lang.python
From: deuteros <deute...@xrs.net>
Date: Thu, 26 Apr 2012 13:02:43 +0000 (UTC)
Local: Thurs, Apr 26 2012 9:02 am
Subject: Re: Upgrading from 2.7 to 3.x
On Thu 26 Apr 2012 07:37:20a, Kiuhnm <kiuhnm03.4t.yahoo.it> wrote in
news:4f993382$0$1378$4fafbaef@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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kiuhnm  
View profile  
 More options Apr 26 2012, 9:48 am
Newsgroups: comp.lang.python
From: Kiuhnm <kiuhnm03.4t.yahoo.it>
Date: Thu, 26 Apr 2012 15:48:27 +0200
Local: Thurs, Apr 26 2012 9:48 am
Subject: Re: Upgrading from 2.7 to 3.x
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@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »