I’m running Mac OS X 10.6 (Snow Leopard), and I use python 2.6 which I installed via MacPorts (so it ends up as /opt/local/bin/python). However, when I ran the “one-step installer” for the SDK (for Panda 1.7.0), it installed it for the system python, which is python2.5 in /usr/bin/python2.5.
Is there a way to make the installer use whichever python is first on the PATH, or am I going to have to install from source if I want to use python2.6?
Thanks!