Opened 9 years ago

Closed 8 years ago

#48832 closed defect (worksforme)

dolfin @1.6.0_0+mpich+suitesparse ImportError

Reported by: gideonsimpson Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: dolfin

Description

I just installed the new dolifn port, and I'm still getting:

>>> 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 gideonsimpson

Cc: gideon.simpson@… added

Cc Me!

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Cc: gideon.simpson@… removed
Owner: changed from macports-tickets@… to sean@…

In the future, please Cc the port maintainers (port info --maintainers dolfin), if any. As reporter, you do not need to Cc yourself.

comment:3 Changed 9 years ago by seanfarley (Sean Farley)

I have no idea what's up with your system. I can't reproduce this and don't know how to debug.

comment:4 Changed 8 years ago by seanfarley (Sean Farley)

Resolution: worksforme
Status: newclosed

I just tried to reproduce this again and can't :-/

Note: See TracTickets for help on using tickets.