Hello Robert, and thanks for the response. I take it the command in question would be:

sfepy$ python setup.py build_ext --inplace

Hadn't tried it, but did, and it gives me an error when including:

#include <Python.h>

fatal error: file not found


Em segunda-feira, 16 de junho de 2014 02h45min16s UTC-3, Robert Cimrman escreveu:
On 06/16/2014 12:19 AM, Fred Furst wrote:
> Well...
>
> I'm a new user too. Having trouble making all dependencies work under
> Canopy. Also, I'm able to fully access SfePy functionality on a Ubuntu
> machine, but my MacBook Air (late 2011) keeps giving me an error for
> extmods.crcm.

This module is the first C extension module that gets imported. So the error
means that the extension modules were not built correctly. Did you try building
and running in-place?

r.

> Thus far my attempts have proved unsuccessful.
>
> Em segunda-feira, 12 de maio de 2014 16h45min29s UTC-3, Robert Cimrman
> escreveu:
>>
>> Hi,
>>
>> any Mac users here able to help with [1]?
>>
>> r.
>>
>> [1] https://github.com/sfepy/sfepy/issues/264
>>
>