-bash-3.2$ defaults read com.apple.versioner.python
{
"Prefer-32-Bit" = 1;
"Prefer-64-Bit" = 0;
}
-bash-3.2$ ride.py
python should be executed in 32-bit mode with wxPython on OSX.
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
没有起作用。