floripaolo wrote:I actually used Homebrew on my second try. And I uninstalled Macport.
Well... You are running '
sudo port select python python27' and it seems to be selecting the MacPorts python successfully so I'm not sure that you actually uninstalled MacPorts... What did you do to uninstall it?
floripaolo wrote:CRITICAL:cfclient.cfclient:No pysdl2 installation found, exiting!
Some installation seems to be missing (I didn't change anything between the first and the second try though....
Easy enough fix. Since it seems that you
are still using MacPorts, just install it:
Oh! And by the way... You
do not need to run '
sudo port select python python27' everytime. Once you run it, you're using MacPorts python2.7. You don't need to keep running it. It is redundant after the first execution.