Opened 9 years ago
Closed 9 years ago
#48432 closed defect (fixed)
dolfin @1.5.0_2: ImportError: cannot import name common
Reported by: | gideonsimpson | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | dolfin |
Description
I recently cleaned up and updated my macports installation, and I'm getting the following error on dolfin:
Python 2.7.10 (default, May 25 2015, 13:06:17) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import dolfin Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/__init__.py", line 16, in <module> from . import cpp File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dolfin/cpp/__init__.py", line 42, in <module> exec("from . import %s" % module_name) File "<string>", line 1, in <module> ImportError: cannot import name common
Change History (4)
comment:1 Changed 9 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by seanfarley (Sean Farley)
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | import error common → dolfin @1.5.0_2: ImportError: cannot import name common |
---|
comment:4 Changed 9 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ok, dolfin has been updated in r140111 so this should be fixed.
Note: See
TracTickets for help on using
tickets.
dolfin is due for a new release soon so I'm hoping these errors will be fixed with an upgrade.