On Tue, May 12, 2015 at 5:02 PM, Kaloyan Dimitrov Marinov <[email protected]> wrote: > Dear all, > > I have now removed Anaconda from my Mac; instead, I followed the > instructions on http://fenicsproject.org/download/osx_details.html and had > FEniCS installed alongside system Python. > > The problem is: when I tried to run d1_p2D.py (whose source code can be > found on > http://fenicsproject.org/documentation/tutorial/fundamentals.html#the-poisson-equation; > with mesh = UnitSquare(6, 4) replaced by mesh = UnitSquareMesh(6, 4)), the > terminal displays the message > > Reading DOLFIN parameters from file "dolfin_parameters.xml". > > > but the execution of the script freezes, forcing me to abort the execution.
Try removing dolfin_parameters.xml and see if that helps. If not, please report back with any error messages. Also try running one of the demos found in /Applications/FEniCS.app/Contents/Resources/share/dolfin/demo (for instance Poisson demo). Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
