[Qgis-user] Python Plugin utilising SOAP

Noli Sicad nsicad at gmail.com
Tue Jul 31 20:54:02 PDT 2012


> I have found the Suds library which looks promising. How would I go
> about making sure this would be usable in a plugin in QGIS on all
> platforms - is there a way to include the suds library with my plugin?

You can write in the ReadMe that you plugin needs suds. Tell them to
install suds.

http://pypi.python.org/pypi/suds/

You can also create an error messages in your plugins about the
dependency of suds.

For, example, contours QGIS plugin need, matplotlib and shapely.
First, it shows message of the dependency of matplotlib error, then
shapely error.

Have a look at those plugins that uses some python packages. see how
the create those error messages.

Noli



More information about the Qgis-user mailing list