Code review comment for lp:~spud/spud/pythonbindingbug

Revision history for this message
Patrick Farrell (pefarrell) wrote :

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