On Tue, Nov 5, 2013 at 4:53 PM, Charles Henry <[email protected]> wrote: > ----- Original Message ----- >> From: "Johannes Ring" <[email protected]> >> To: "Charles Henry" <[email protected]> >> Cc: [email protected] >> Sent: Tuesday, November 5, 2013 9:36:38 AM >> Subject: Re: [FEniCS-support] Ho do I add python modules "parameters, >> Parameters, and MPI" from dolfin.cpp? >> >> On Tue, Nov 5, 2013 at 4:17 PM, Charles Henry <[email protected]> wrote: >> > There's nothing in the site-packages directory of my installation that >> > creates classes parameters or MPI. Does your installation have files >> > parameters.py, MPI.py, or does your dolfin/cpp module have classes defined >> > "parameters" and "MPI"? >> >> These should be defined in site-packages/dolfin/cpp. What do you have >> in this directory? > > __init__.py and __init__.pyc
You are missing several files in this directory. >> > I think I'm missing something in my installation, but I don't know how to >> > get it. >> >> Yes, it looks like the Python extension module wasn't built correctly. >> Can you run cmake again in the build directory and look for any error >> message and if Python is enabled or not? >> >> Johannes > > Thanks Johannes, > It is enabled. I wonder if there's a swig step that got missed. I've pasted > the output from the cmake step below, but there's nothing there about python: Please start from a clean build directory and post the complete output here. Thanks, Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
