Maybe we can replace the check for rdfpipe with something ala:

python -c "import rdflib"
if [ "$?" != "0" ]; then
  echo "You need the Python module 'rdflib' in order to compile Zeitgeist"
  exit 1
fi

-- 
https://code.launchpad.net/~federico-gnome/zeitgeist/fixes/+merge/46803
Your team Zeitgeist Framework Team is requested to review the proposed merge of 
lp:~federico-gnome/zeitgeist/fixes into lp:zeitgeist.

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to