I installed the following package:
sudo apt-get install postgresql-plpython-8.4
But while using:
user=# create language plpythonu;
Error is thrown:
ERROR: could not access file "$libdir/plpython2": No such file or directory
What am I missing here ?