dolfin not running on fedora 19

Issue #103 invalid
Former user created an issue

I have just installed FEniCS manually on Fedora 19. Seemingly, there were no errors. However, if I try to run any of the examples, I run into problems immediately:


from dolfin import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib64/python2.7/site-packages/dolfin/init.py", line 16, in <module> import cpp File "/usr/local/lib64/python2.7/site-packages/dolfin/cpp/init.py", line 40, in <module> exec("import %s" % module_name) File "<string>", line 1, in <module> ImportError: No module named common


Any advise is appreciated. Also, if I should post question somewhere else, let me know.

Thank you in advance!

Comments (1)

  1. Log in to comment