Trying to compile c-extension polygon_ext.c in C:\programas\Python24\Lib\site-pa
ckages\anuga\utilities
gcc.exe -c polygon_ext.c -I"C:\PROGRA~2\Python24\include" -I"C:\programas\Python
24\Lib\site-packages\anuga\utilities" -o "polygon_ext.o" -Wall -O3
gcc.exe -shared polygon_ext.o -o polygon_ext.dll "C:\PROGRA~2\Python24\python24
.dll" -lm
gcc.exe: C:\PROGRA~2\Python24\python24.dll: No such file or directory
Traceback (most recent call last):
File "C:\programas\Python24\Lib\site-packages\anuga\compile_all.py", line 8, i
n ?
execfile('compile.py')
File "compile.py", line 377, in ?
compile(filename)
File "compile.py", line 284, in compile
raise 'Could not link %s - please try manually' %root1
Could not link polygon_ext - please try manually
Its right. I have no 'python24.dll' on my (montrous)
enthought python install
Joaquim Luis
jluis@ualg.pt
Logged In: YES
user_id=1596864
Originator: NO
This is because python24.dll is installed in different locations depending on whether python was installed on a per user basis or as admin.
Future releases of ANUGA has this problem fixed. We plan the next release Friday 16th November.