Khalifa Niang escribió:
  hello


when I do :
 ./root/bin/fred-pyfred start
Traceback (most recent call last):
  File "./root/bin/fred-pyfred", line 13, in <module>
    import pgdb
ImportError: No module named pgdb

Sorry, I was wrong.

The package needed is python-pygresql. Look at this:

dpkg -L python-pygresql

.
.
/usr/share/pyshared
/usr/share/pyshared/pg.py
/usr/share/pyshared/pgdb.py
.
.

Which is what you need.

Regards.