← Back to team overview

dolfin team mailing list archive

Re: [Question #141219]: Dolfin demo crashes - "failedto importmodule" errormessage

 

Question #141219 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/141219

Johannes Ring posted a new comment:
@Theo: The problem can be your LIBRARY_PATH variable as you reported in
question #143006:

  LIBRARY_PATH=C:\Program Files\g95\lib;C:\Program Files\g95\lib\gcc-
lib\i686-pc-mingw32\4.0.4

This could result in that the wrong gcc library will be used when the
Python extension modules are created. Try to unset this variable as you
did with PYTHONHOME and then rerun the demo. It might be necessary to
run instant-clean first.

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.