Comment 1 for bug 439273

Revision history for this message
PowerMike (mboulade) wrote :

Hi,

The problem is the new default version of Python on Mac OS X 10.6 is 2.6.
You can try to fix this by setting the default version to 2.5 by using this command in the terminal :

defaults write com.apple.versioner.python Version 2.5

Take it back to 2.6 version by using this one if you need to :

defaults write com.apple.versioner.python Version 2.6

It should work now as it used to.

Michael