Hey Folks, For thos eof you running into issues with the OWSLIB dependency...
The issue is that the stable release offered through the easy_install python packaging system does not ship the CSW components. To get the whole shabang please follow their instructions for SVN. If you have never used SVn it is pretty simple from the command line for linux folks. Checkout to a serpate directory (tmp?) Then run as root Python setup.py install Or for a local install Python setup.py.install --user This installs to ~/.local/lib/python2.6/site-packages/owslib and does not require root. Only good for the local user. For OSGEO4W folks let me know if you need extra guidance. Cheers
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
