Installing python3 in Mac OSX

Hi!
It is not straight forward to install python3 needed to run the plug-ins ability provided by since 0.64.0. So I’ve dug it and found this:

stackoverflow.com/questions/1213 … s-on-a-mac

In short:

sudo port install python30 python_select sudo port select --set python python30

And replace python30 with the latest python3 version available. python33 at time of writing this post.
Thats all.
-G