This is quick tutorial about installing Tilestache library in OSX Mavericks.

Step 1

Make sure Developer tools are installed xcode-select –install

Then add these flags to tell xcode to use python like rest of the world does

export CFLAGS=-Qunused-arguments

export CPPFLAGS=-Qunused-arguments

Finally type in sudo easy_install tilestache

That’s it, all done. You might see some warnings, but that’s fine — ignore them.

Read the introduction here to get started

Hope it helps.