I have built qgis source on windows 7. Libs have been downloaded from osgeow4 site. I even installed postgress as a standalone.
I am getting this error when the app launches..
File "C:/development/qgis2.9.0/./python/plugins\processing\algs\qgis\postgis_utils.py", line 28, in import psycopg2
File "C:/development/qgis2.9.0/./python\qgis\utils.py", line 483, in _import mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:\development\OSGeo4W\apps\Python27\Lib\site-packages\psycopg2__init__.py", line 71, in from psycopg2._psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID
File "C:/development/qgis2.9.0/./python\qgis\utils.py", line 483, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ImportError: DLL load failed: The specified module could not be found.
I have check all my python paths etc, but am not sure what about the psycopg2 plugin is missing.
Any direction would be great.
import psycopg2. If it throws an error you need to install it. You can download a windows install here: stickpeople.com/projects/python/win-psycopg