I am new in openerp.
when installing process of openerp 6, i want to generate a config file with this command,
cd /home/openerp/openerp-server/bin/
./openerp-server.py -s --stop-after-init -c /home/openerp/openerp-server.cfg
but it was always showed a message
ImportError: No module named psycopg2
when i check for psycopg2 package, it's already installed,
Package python-psycopg2-2.4.5-1.rhel5.x86_64 already installed and latest version
Nothing to do
what's wrong with this? my server is centos, i've installed python 2.6.7.
Really need your help guys..