Error compiling Cython file:
------------------------------------------------------------
...
# made usable: Michael Haberler 6/2014
cimport cython
cimport hal_const
cimport ring_const
from .hal cimport *
^
------------------------------------------------------------
hal/cython/machinekit/hal.pyx:12:0: relative cimport beyond main package is not allowed
I would appreciate a hint how to resolve this - I could not find any docs/google result and the commit leaves me completely in the dark as to what is required