Changes between Initial Version and Version 1 of Ticket #47300


Ignore:
Timestamp:
Mar 29, 2015, 7:06:59 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47300

    • Property Component changed from contrib to ports
    • Property Summary changed from Problem to import dolfin intalled on macport to dolfin: ImportError: cannot import name common
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to sean@…
    • Property Keywords dolfin python removed
  • Ticket #47300 – Description

    initial v1  
    33my problem is for import dolfin module in a habitual project. This package was installed from macport in osx yosemite
    44
    5 '''sudo port install dolfin'''
     5{{{
     6sudo port install dolfin
     7}}}
    68
    79when I try use the dolfin module I got the next message
    810
    9 '''import dolfin as df'''
    10 
     11{{{
     12import dolfin as df
     13}}}
     14{{{
    1115Traceback (most recent call last):
    1216 File "/Users/leonardojofre/Documents/mpi4py course/ejemplos petsc/example00001.py", line7, in <module>
     
    2125 File "<string>", line 1, in <module>
    2226 ImportError: cannot import name common
     27}}}
    2328
    2429it is a installation problem or is a bug?