correct way for installing python extensions for 3.3?

2012-12-28 Thread Roland Smith
Currently I'm using python 2.7.3 because numpy required it. It seems that numpy some other extensions can now be installed for python3. Numpy for python 2.7.3 is already installed, and now I want to install it for python 3.3 as well. I'm just not sure how to do that? Reading

Re: correct way for installing python extensions for 3.3?

2012-12-28 Thread Shane Ambler
On 29/12/2012 03:52, Roland Smith wrote: Currently I'm using python 2.7.3 because numpy required it. It seems that numpy some other extensions can now be installed for python3. Numpy for python 2.7.3 is already installed, and now I want to install it for python 3.3 as well. I'm just not sure