Re: [QGIS-Developer] missing matplotlib.pyplot python module

2018-04-24 Thread PIERRE Sylvain
[QGIS-Developer] missing matplotlib.pyplot python module Hi, you have probably solved the problem, but for those with the same problem. You can try install 'python-tcltk' library using OSGeo4W installer. It helped me. Czenda -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Develope

Re: [QGIS-Developer] missing matplotlib.pyplot python module

2018-04-24 Thread CzendaZdenda
Hi, you have probably solved the problem, but for those with the same problem. You can try install 'python-tcltk' library using OSGeo4W installer. It helped me. Czenda -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html ___

[QGIS-Developer] missing matplotlib.pyplot python module

2017-05-29 Thread Idan Miara
Hi, I try to import matplotlib.pyplot from python shell in QGIS (2.18 or 2.99). It imports OK if I run it from QGIS internal python shell but it fails if I run it from python outside QGIS (running python via OSGeo4W.bat). it might have something to do with Tkinter. code examples: 1. import matpl