It is this typical python plugin errror window. I miss the "tests" directory in my install dir (which exists on another machine). Anything special to set in cmake?
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/qgis_master -DCMAKE_INSTALL_RPATH=/usr/local/qgis_master/lib -DENABLE_TESTS=OFF -DWITH_SERVER=OFF -DWITH_CUSTOM_WIDGETS=ON -DWITH_PYSPATIALITE=ON -DWITH_QSPATIALITE=ON -DGDAL_CONFIG=/usr/local/gdal_master/bin/gdal-config -DGDAL_INCLUDE_DIR=/usr/local/gdal_master/include -DGDAL_LIBRARY=/usr/local/gdal_master/lib/libgdal.so -DWITH_INTERNAL_QWTPOLAR=ON regards Stefan On Sat, Jan 9, 2016 at 4:04 AM, Michael Kirk <[email protected]> wrote: > >> >> Hi >> >> On a fresh installed Ubuntu 14.04 machine a get the following error with >> a compiled master: >> >> Couldn't load plugin 'processing' >> >> ImportError: No module named tests.TestData >> >> Regards >> Stefan >> >> Freundliche Grüsse >> Stefan Ziegler >> Kantonsgeometer >> >> Amt für Geoinformation >> Rötistrasse 4 >> 4500 Solothurn >> >> Telefon +41 32 627 75 96 >> Telefax +41 32 627 75 98 >> [email protected] >> http://www.so.ch > > > Hi, > > Im not on ubuntu - but not seeing this error on Mac/master. Where are you > seeing the error, in terminal when you launch the app, or in the python > console in QGIS? Is it preventing you from launching the app? > > Presumably this is about: python/plugins/processing/tests/TestData.py > > M > > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer >
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
