← Back to team overview

dolfin team mailing list archive

Re: [Question #157995]: compile dolfin on windows

 

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

    Status: Needs information => Open

Chaffra gave more information on the question:
Ok, the error disappeared after a make clean then make. However I am
getting a new error when trying to run a dolfin demo. This is on window
with python 2.7 and swig 2.0.3

Traceback (most recent call last):
  File "poisson_R110313B.py", line 8, in <module>
    from dolfin import *
  File "C:\Users\chaffra\Projects\Fenics\Semifem\lib\site-packages\dolfin\__init
__.py", line 13, in <module>
    from dolfin.cppimports import *
  File "C:\Users\chaffra\Projects\Fenics\Semifem\lib\site-packages\dolfin\cppimp
orts.py", line 4, in <module>
    import dolfin.cpp as cpp
  File "C:\Users\chaffra\Projects\Fenics\Semifem\lib\site-packages\dolfin\cpp.py
", line 28, in <module>
    _cpp = swig_import_helper()
  File "C:\Users\chaffra\Projects\Fenics\Semifem\lib\site-packages\dolfin\cpp.py
", line 24, in swig_import_helper
    _mod = imp.load_module('_cpp', fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.

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