From: Dilawar S. <dil...@gm...> - 2013-07-31 07:46:07
|
I got the source code from svn repository. -- Dilawar EE, IITB On Wed, Jul 31, 2013 at 1:13 PM, Dilawar Singh <dil...@gm...>wrote: > Hi list, > > I build the moose using `python setup.py build`. It complained about > unavailability of two files 'ksolve/FuncTerm.cpp', and > 'mesh/ChemMesh.cpp'. I removed them from `setuo_/__init__.py` file. It got > compiled. When importing moose into python, I am getting following error. > > ImportError: /usr/local/lib/python2.7/dist-packages/moose.so: undefined > symbol: _ZN8ReacBase9setSolverE2IdS0_ > > What am I missing? > > -- > Dilawar > EE, IITB > |