Ok, I found OSX copies of each of the necessary packages, made sure that versions were all compatible and matches your required versions listed on bitbucket. Kitesim starts running and then crashes out with the following error:
m_k: 0.2
MODEL: KPS4
Traceback (most recent call last):
File "RTSim.py", line 65, in <module>
from assimulo.solvers import Radau5DAE
File "/Users/bgantner/anaconda/envs/myenv/lib/python2.7/site-packages/assimulo/solvers/__init__.py", line 23, in <module>
from .radau5 import Radau5ODE, Radau5DAE, _Radau5ODE, _Radau5DAE
File "/Users/bgantner/anaconda/envs/myenv/lib/python2.7/site-packages/assimulo/solvers/radau5.py", line 29, in <module>
from assimulo.lib import radau5
ImportError: dlopen(/Users/bgantner/anaconda/envs/myenv/lib/python2.7/site-packages/assimulo/lib/radau5.so, 2): Library not loaded: /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/libgfortran.3.dylib
Referenced from: /Users/bgantner/anaconda/envs/myenv/lib/python2.7/site-packages/assimulo/lib/radau5.so
Reason: image not found
I read that as the python packages expecting gfortran to be in a somewhat odd location (at least to me): /usr/local/Cellar. If you recognize this, please let me know. Otherwise I'll try to track down what it is expecting or make a link there next week after the holidays.