[Qgis-developer] PostGIS manager
John C. Tull
john.tull at wildnevada.org
Mon Oct 27 15:05:36 EDT 2008
Ok, after that install, the plugin loads.
I get a nice list of all my tables and the meta data is listed, but
nothing shows under the table or preview tabs. I am not running a
debug build, but can make one and give error messages if you'd like.
This did pop up in the Console when I opened the plugin:
10/27/08 12:04:06 PM [0x0-0x24d24d].org.qgis.qgis[80700] Warning:
QgsCoordinateReferenceSystem::findMatchingProj will only work if prj
acr ellipsoid acr and proj4string are set!...
John
On Oct 27, 2008, at 11:48 AM, Martin Dobias wrote:
> On Mon, Oct 27, 2008 at 7:22 PM, John C. Tull <john.tull at wildnevada.org
> > wrote:
>>
>> On my Mac build from trunk, this error shows up when trying to load
>> the
>> plugin:
>> Couldn't load plugin postgis_manager due an error when calling its
>> classFactory() method
>>
>> Traceback (most recent call last):
>> File "", line 1, in
>> File "/Users/jctull/.qgis//python/plugins/postgis_manager/
>> __init__.py",
>> line 12, in classFactory
>> from ManagerPlugin import ManagerPlugin
>> File
>> "/Users/jctull/.qgis//python/plugins/postgis_manager/
>> ManagerPlugin.py", line
>> 8, in
>> import postgis_utils
>> File
>> "/Users/jctull/.qgis//python/plugins/postgis_manager/
>> postgis_utils.py", line
>> 13, in
>> import psycopg2
>> ImportError: No module named psycopg2
>
> Ah, I've forgot to add that you need psycopg2 python module installed
> (for interfacing PostgreSQL database from python)
>
> Martin
More information about the Qgis-developer
mailing list