just install winetricks manually... go to the wiki page (http://wiki.winehq.org/winetricks) right click the link to the winetricks script and save it as a file to your desktop rename the file to just "winetricks" no upper case, no .txt no .sh or anything like that. open terminal.app type the following... Code: cd ~/Desktop chmod 755 winetricks sudo mv winetricks /opt/local/bin I'm not totally sure if that last command needs a sudo, but it won't hurt, it'll just ask for an admin password. at that point the winetricks command will work via command line fine.