Hi Anita, try to leave opened the Python Console... in Win there is no default stdout and can happen it is not available executing the print command (never use print in multi platform qgis plugin)
in this way you'll have the traceback print in the console cheers Luigi Pirelli ************************************************************************************************** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering QGIS: https://www.packtpub.com/application-development/mastering-qgis ************************************************************************************************** On 9 March 2016 at 21:22, Anita Graser <[email protected]> wrote: > Hi Tom, > > After some trying, I got the following error: > https://dl.dropboxusercontent.com/u/42637169/Screenshot%202016-03-09%2021.20.50.png > > Best wishes, > Anita > > > > On Tue, Mar 8, 2016 at 11:22 PM, Tom Chadwin <[email protected]> > wrote: >> >> Thanks for the screencast. After you've opened the dev tools with F12, can >> you click the Console tab? If there are any JS errors, that's where >> they'll >> be reported. >> >> >> >> -- >> View this message in context: >> http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5255229.html >> Sent from the Quantum GIS - User mailing list archive at Nabble.com. >> _______________________________________________ >> Qgis-user mailing list >> [email protected] >> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user >> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user > > > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
