ROOT 5.32.4/Ubuntu 12.10 /Pytho2.7

dear experts,
am trying to compile ROOT with Ubuntu12.10/python2.7/gcc4.7.2 and i fail to get Pyroot work.
i did the following steps at the bottom at this message. Is there some step I am missing?
ghodbane@pcclratl12:~$ python
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

import ROOT
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named ROOT

thanks.
1)
./configure --prefix=/opt/root/root_v5.32.04.Linux-ubuntu-gcc4.7.2 --enable-cintex --enable-explicitlink --enable-gdml --enable-genvector --enable-krb5 --enable-mathmore --enable-minuit2 --enable-mysql --enable-oracle --enable-python --enable-qt --enable-qtgsi --enable-reflex --enable-roofit
2) make
3) make install

then i setup ROOTSY/LD_LIBRARY_PATH/PYTHONPATH
and i simply fail to load ROOT in python
python
import ROOT

[url]Import ROOT error
[url]Installation succeeds but root doesn't start
[url]PyROOT and Ubuntu 12.04
[url]The version of ROOT and the compatibility with the Python
[url]PyROOT on OS X 10.8: libpython2.7 is not found

thanks Wile for the links. In my case, the obvious reason from the different links you pointed me to, was simply that i was missing python-dev. Now, that i installed it, everything works smoothly.
thanks.