← Back to team overview

dolfin team mailing list archive

Re: Problem building mercurial

 

Most likely, your Python version is too ols. What is the output of 'python -V'?

You should really have Python>=2.5. What system are you on?

ilmar

David Porter wrote:
I am trying to build the dependencies for DOLFIN.
I've downloaded mercurial-1.0.2, and the build gives this error

swinst@l11 % make install-home
python setup.py build
Traceback (most recent call last):
  File "setup.py", line 15, in ?
    from distutils.core import setup, Extension
ImportError: No module named distutils.core
make: *** [build] Error 1

Can you tell me what  distutils.core is a part of?
How do I make this module available?

Thanks

David


_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


References