Hi Alicia,
there is probably something wrong with 'sfepy_common.a' library (as you pointed out).
Unfortunately, I'm unable to reproduce your problem, so please could you
check you have:
1. latest version of SfePy sources
2. latest Anaconda
- conda update conda
- conda update anaconda
3. Then make clean build
- python setup.py clean
- python setup.py build_ext --inplace
Look for similar lines in your log messages and paste corresponding part here.
>>>
Looking for python27.dll
customize Mingw32CCompiler
customize Mingw32CCompiler using build_clib
building 'sfepy_common' library
compiling C sources
C compiler: gcc -m64 -g -DNDEBUG -DMS_WIN64 -O2 -Wall -Wstrict-prototypes
[...]
gcc -m64 -g -DNDEBUG -DMS_WIN64 -O2 -Wall -Wstrict-prototypes -D__SDIR__='"sfepy\discrete\fem\extmods"' -DSFEPY_PLATFORM=1 -D__MSVCRT_VERSION__=0x0900 -Isfepy\discrete\fem\extmods -IC:\Users\kejzlar\Anaconda\include -IC:\Users\kejzlar\Anaconda\lib\site-packages\numpy\core\include -c sfepy\discrete\fem\extmods\common_python.c -o build\temp.win-amd64-2.7\sfepy\discrete\fem\extmods\common_python.o -g -O2
ar: adding 4 object files to build\temp.win-amd64-2.7\libsfepy_common.a
Found executable C:\Users\kejzlar\Anaconda\Scripts\ar.bat
<<<
Hopefully we'll be able to figure out whats wrong...
Regards,
Lubos