Installation hat geklappt, aber bei der Installation des Themes kommt:

Das Verzeichnis wp-content/uploads/2012/10 kann nicht angelegt werden. Ist das übergeordnete Verzeichnis durch den Server beschreibbar?
Jetzt habe ich das noch gefunden:

To get automatic updates of WordPress and installation/updates of plugins and widgets working do the following:

Make a note of your username e.g. ‘Daniel’.
Open /Applications/XAMPP/etc/httpd.conf as root/admin e.g. “sudo open -e ‘/Applications/XAMPP/etc/httpd.conf’” from terminal.
Find the following lines:
User nobody
Group admin
Change the lines to the following:
User <Your Username>
Group staf f
Save the file. Some people are having issues with TextEdit preventing edits to the file due to file ownership, there are two possible work arounds:
Use another text editor like vi to make the required edits the file: ”sudo vi ‘/Applications/XAMPP/etc/httpd.conf’”.
Use the chown command to change the file’s ownership: “sudo chown <Your Username> ‘/Applications/XAMPP/etc/httpd.conf’”.
funzt aber nicht, weil "Group" nur ein Argument hat und nicht "staf f". Arghhhh.

Noch ein Tipp? Ach so, ist ein MAC!