Hello fenics experts!
First of all - I am not a compentent ubuntu/linux user - at all!
I was using fenics happily today untill I got a notification of a software 
update to ubuntu 13.10.
I - sadly - agreed to install it and I might accidentally have said yes to 
removal of undesired packages.
Ultimately, afterwards, my fenics stuff did not work (no module dolfin error).
I removed my fenics app and reinstalled from fenicsproject.org using the

http://fenicsproject.org/download/ubuntu_details.html

ubuntu ppa.

Now, when I run my scripts using from dolfin import * , I get the following 
error:

Traceback (most recent call last):
  File "ToAnton.py", line 2, in <module>
    from dolfin import *
  File "/usr/lib/python2.7/dist-packages/dolfin/__init__.py", line 16, in 
<module>
    import cpp
  File "/usr/lib/python2.7/dist-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
 

I am in dire need of a fix - fast, as I am writing my master thesis and should 
hand it in on the 31st of October : O. 

best regards,
Rho Loving


                                          
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to