Robert Bradshaw <robertwb at ...> writes:
>
> Try moving setup.py up out of the package directory, and then building
>
> A_module = Extension('package.module_A',
> sources = ['package/module_A.pyx'])
> ...
>
> - Robert
>
>
Thanks! Solved the problem.
/ Mikael