> 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 _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
