[MacPorts] #48432: import error common
MacPorts
noreply at macports.org
Fri Jul 24 16:38:52 PDT 2015
#48432: import error common
------------------------------+--------------------------------
Reporter: gideon.simpson@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Keywords: | Port: dolfin
------------------------------+--------------------------------
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
}}}
--
Ticket URL: <https://trac.macports.org/ticket/48432>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list