From: Dilawar S. <dil...@gm...> - 2013-07-31 07:43:11
|
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 |