Closed pashinin closed 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
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
python
import psycopg2 no error here
import psycopg2
where to dig?
It should be postgresql+pg8000://bacula:12345@localhost/bacula, as instructed in examples :)
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
where to dig?