dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #02724
Problems with PyDOLFIN
I get the following error message from PyDOLFIN:
>>> from dolfin import *
Importing DOLFIN
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/home/logg/work/src/fenics/dolfin/current/dolfin-dev/local/lib/python2.4/site-packages/dolfin/__init__.py", line 5, in ?
from dolfin import *
File
"/home/logg/work/src/fenics/dolfin/current/dolfin-dev/local/lib/python2.4/site-packages/dolfin/dolfin.py", line 2233
if _newclass:lambda =
property(_dolfin.ElasticityUpdatedSolver_lambda_get,
_dolfin.ElasticityUpdatedSolver_lambda_set)
^
SyntaxError: invalid syntax
Any thoughts?
I'll comment out ElasticityUpdatedSolver in dolfin.py for now. I also
remove the renames of SparseMatrix, SparseVector.
/Anders
Follow ups