← Back to team overview

dolfin team mailing list archive

Problem with Python during Configuration ./configure

 

Hi there everyone,

I tried to post last week, but since I was new to the mailing list, i dont think it went through. I apologize if someone is getting this twice.

My problem comes when I launch ./configure; it configures everything fine until the point of considering Python.
My Python version is 2.5, installed on my Mac OS X, darwin PPC.

Here the errors, the first (1) when i do not export PYTHON_LIBS and PYTHON_CFLAGS, and the second (2) when I export the python path:

Can anyone help me solve it so that I can install DOLFIN?

Thanks in advance

Simone

1)
"checking for Python library path... find: /Library/Frameworks/ Python.framework/Versions/2.5/lib/python/config/: No such file or directory find: /Library/Frameworks/Python.framework/Versions/2.5/lib/python/: No such file or directory

configure: error: cannot find Python library path"

2)
export PYTHON=~/Documents/myapps/visit/1.6/darwin-ppc/lib/python/lib/ python2.5/

but still obtaining an error (different from before):

"checking whether /Users/simone/Documents/myapps/visit/1.6/darwin-ppc/ lib/python/lib/python2.5/ version >= 2.3... configure: error: too old"




Follow ups