To answer for Agus, I tried this on my ubuntu linux vm and the plugin still shows up as not-compatible.

I was poking around in the plugin source and it looked like there may have been some things, like a path for the plugin icon, hard coded to a path on a Windows machine. I may be way off here (likely), but I wonder if some code generalization is needed for compatibility on other platforms.

Cheers,
John

On Jun 15, 2009, at 7:00 PM, Alex Mandel wrote:

Hmm, maybe they aren't included in python-qt4 Ubuntu seems to have a
python-qt4-sql package, try that.

Alex

Agustin Lobo wrote:
Thanks,

I meant that I already had
python-qt4 4.3.3.2
libqt4-sql 4.4.0

installed.

After your message, I installed
libqt4-sql-psql
libqt4-sql-sqlite
libqt4-sql-odb

but still was geting the same message in qgis:
"The plugin depends on some components missing on your system. You need
to install the following Python module in order to enable it: QtSql"

I've now installed
python-qt4-sql

and finally could install the plugin. Nevertheless, after restart, the
plugin is greyed as incompatible in the plugin manager.

I'm using Qgis 1.1.0 Pan Uunstable)

Thanks

Agus


Andreas Neumann wrote:
You need both.

libqt4-sql is for C++ and also the foundation for other script bindings
like python (correct me if I'm wrong).

python-qt4 are the python bindings for Qt4, it includes qtsql bindings.

You probably also need one of the following packages:

libqt4-sql-psql (Postgres support)
libqt4-sql-sqlite (SQlite 3 support)

or any other db you want to support.

Andreas


On Mon, June 15, 2009 8:17 am, Agustin Lobo wrote:
I've tried to install (on qgis 1.1.0) the raster catalog plugin and I 'm
told
that Qtsql is required, but which package exactly? According to
Synaptic I have python-qt4 4.3.3.2 and libqt4-sql 4.4.0

Thanks

Agus

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to