domenkozar / almir

Bacula web administration written in Pyramid
Other
38 stars 13 forks source link

During install always get: No module named psycopg2 #43

Closed pashinin closed 12 years ago

pashinin commented 12 years ago

Error itself: SQL connection string: postgresql://bacula:12345@localhost/bacula Connecting to catalog database to verify configuration ... Try again: No module named psycopg2

When I check for this module manually everything is ok python

import psycopg2

no error here

where to dig?

domenkozar commented 12 years ago

It should be postgresql+pg8000://bacula:12345@localhost/bacula, as instructed in examples :)