← Back to team overview

dolfin team mailing list archive

Re: 0.6.3 install and pydolfin

 

On Sat, Oct 28, 2006 at 02:24:58PM -0400, osman b wrote:
> Hi,
>  I was able to  do install and make demo worked.  But it seems that even 
> though config.log says I configured with --enable-python, it did not install 
> pydolfin. I only have one python ( 2.4.2 used gcc 3.4.6 same version as the 
> one used in python compile). 
> config.log says
> PYTHON='/usr/bin/python'                                                    OK
> PYTHON_CPPFLAGS='-I/usr/include/python2.4'                        OK
> PYTHON_EXEC_PREFIX='${exec_prefix}'                        ????  
> PYTHON_EXTRA_LIBS=' -lpthread -ldl  -lutil'
> PYTHON_LDFLAGS='-L/usr/lib/python2.4/config -lpython2.4'       OK
> PYTHON_PLATFORM='linux2'
> PYTHON_PREFIX='${prefix}'
> PYTHON_SITE_PKG='/usr/lib/python2.4/site-packages'               OK
> PYTHON_VERSION='2.4'
> 
> my prefix was the default one "/usr/local"  but python was installed in /usr. 
> Did configure get it wrong??
> scripting demos fail at "import dolfin" which does not exist.
> I am on 64 bit AMD with 64 bit Suse 10.0 with gcc 3.46 (installed 
> on /usr/local) and gcc4.2 (installed on /opt).
> Rest of the demos run OK 

Are you sure Python was not installed? Have you looked in

  /usr/local/lib/python2.4/site-packages/

?

/Anders


References