You can find out where your python interpreter is getting it with
$ python -v -c "import libspud" 2>&1 | grep "import libspud" import libspud # precompiled from /home/pef/fluidity/adjoint/python/libspud.pyc
Yes, I think someone should package the python bindings. There's a nice example in the libadjoint source tree, if anyone cares ;-)
« Back to merge proposal
You can find out where your python interpreter is getting it with
$ python -v -c "import libspud" 2>&1 | grep "import libspud" fluidity/ adjoint/ python/ libspud. pyc
import libspud # precompiled from /home/pef/
Yes, I think someone should package the python bindings. There's a nice example in the libadjoint source tree, if anyone cares ;-)