Hi: thanks for the info. I believe this has been discussed in the past w.r.t. dependency management of Python plugins in QGIS, but there is no definitive approach yet. For OWSLib we currently have this tracked via http://hub.qgis.org/issues/13058.
The OSGeo4W OWSLib is not maintained / up to date AFAIK. Currently in master we can OWSLib and it's dependencies in https://github.com/qgis/QGIS/tree/master/python/ext-libs, which is not ideal IMHO. Not sure how to proceed here. The best thing would be to remove all OWSLib dependencies from the codebase and install during time of building QGIS (pip/easy_install?), no matter what the platform, but I'm not aware of the entire picture/build/package/release story. Any suggestions on how best to handle this would be appreciated. ..Tom On Fri, Jul 24, 2015 at 7:05 AM, Alexandre Neto <[email protected]> wrote: > Hello Paolo, > > Em sex, 24 de jul de 2015 às 11:38, Paolo Cavallini <[email protected]> > escreveu: >> >> >> Hi Alexandre, >> this is a known issue: the internal lib should be removed, and the >> shared one used instead. The main dev is aware of this, probabkly he >> just need a hand. > > > Yet, the standalone version also needs to pack the library. And the linux > and mac packages also need to include the library. > >> Could you perhaps give a hand? > > > I don't think I have enough skills to provide any valuable help in this > matter. > > Best regards, > > Alexandre > >> >> All the best, and thanks. >> >> -- >> Paolo Cavallini - www.faunalia.eu >> QGIS & PostGIS courses: http://www.faunalia.eu/training.html >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
