← Back to team overview

dolfin team mailing list archive

Dolfin import error

 

Hi all,
 
I am trying to install dolfin on a cygwin enviroment. After installation, I received the following error when testing the Poisson demo:
 
rfarahi@SM-ETS-DEV10 ~/math/dolfin-0.7.2/src/demo/pde/poisson/python
$ python demo.py
Traceback (most recent call last):
  File "demo.py", line 20, in <module>
    from dolfin import *
  File "/usr/local/lib/python2.5/site-packages/dolfin/__init__.py", line 4, in <module>
    from assemble import *
  File "/usr/local/lib/python2.5/site-packages/dolfin/assemble.py", line 17, in <module>
    from dolfin import *
  File "/usr/local/lib/python2.5/site-packages/dolfin/dolfin.py", line 7, in <module>
    import _dolfin
ImportError: No module named _dolfin

 
There is a problem with _dolfin. I searched for it, and it is presented in the python2.5\site-packages\dolfin in a form of _dolfin.a and _dolfin.la
 
The env variables are also presented at the end of this email.
 
Is it a library path error?
I would be grateful for any suggestion.
 
Best regards,
Reza Farrahi Moghaddam
 
P.S. env variables
MANPATH=/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/share/qt3/doc/man:/usr/X11R6/man
TERM=cygwin
PROCESSOR_IDENTIFIER=x86 Family 15 Model 67 Stepping 3, AuthenticAMD
WINDIR=C:\WINDOWS
KMP_DUPLICATE_LIB_OK=TRUE
TEXDOCVIEW_txt=cygstart %s
TEXDOCVIEW_dvi=cygstart %s
GS_LIB=C:\gstools\gs8.57\bin\gsdll32.lib
QTDIR=/usr/lib/qt3
OLDPWD=/home/rfarahi/math/dolfin-0.7.2/src/demo/pde/poisson
OS=Windows_NT
USER=rfarahi
JRE_HOME=C:\Program Files\Java\jdk1.6.0_05
TEMP=/cygdrive/c/DOCUME~1/rfarahi/LOCALS~1/Temp
COMMONPROGRAMFILES=C:\Program Files\Common Files
USERNAME=rfarahi
GS_PROG=C:\gstools\gs8.57\bin\gswin32c.exe
TEXDOCVIEW_pdf=cygstart %s
PROCESSOR_LEVEL=15
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/MiKTeX/miktex/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/ATI Technologies/ATI.ACE/:/cygdrive/c/Program Files/Common Files/Roxio Shared/DLLShared/:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/binn/:/cygdrive/c/Program Files/MATLAB/R2007b/bin:/cygdrive/c/Program Files/MATLAB/R2007b/bin/win32:/cygdrive/c/Program Files/ParaView 3.2.1/bin:/cygdrive/c/Program Files/SSH Communications Security/SSH Secure Shell: C:/cygwin/bin: C:/cygwin/usr/local/bin: C:/cygwin/usr/X11R6/bin:/usr/lib/lapack
FP_NO_HOST_CHECK=NO
PWD=/home/rfarahi/math/dolfin-0.7.2/src/demo/pde/poisson/python
SYSTEMDRIVE=C:
TEXDOCVIEW_html=cygstart %s
QMAKESPEC=/usr/lib/qt3/mkspecs/cygwin-g++
PROCESSOR_ARCHITECTURE=x86
!C:=C:\cygwin\bin
SHLVL=1
HOME=/home/rfarahi
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
HOMEDRIVE=C:
PROMPT=$P$G
TMP=/cygdrive/c/DOCUME~1/rfarahi/LOCALS~1/Temp
MKL_SERIAL=YES
CVS_RSH=/bin/ssh
PROCESSOR_REVISION=4303
PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig
TEXDOCVIEW_ps=cygstart %s
MAKE_MODE=unix
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:
PROGRAMFILES=C:\Program Files
NUMBER_OF_PROCESSORS=2
SESSIONNAME=Console
_=/usr/bin/env
 
 
 


      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/

Follow ups