Re: [QGIS-Developer] Python libraries default of QGIS

2021-07-01 Thread Stefan Giese (WhereGroup)
Hi Luis, just type */help("modules")/* into the python console. Best regards Stefan Am 30.06.2021 um 23:50 schrieb Luiz Motta: Hi guys, I use a long times ago the Numpy in my plugins. But, for my surprise, recently i discover that is possible use the PILLOW(PIL) no need to install. I

[QGIS-Developer] Python libraries default of QGIS

2021-06-30 Thread Luiz Motta
Hi guys, I use a long times ago the Numpy in my plugins. But, for my surprise, recently i discover that is possible use the PILLOW(PIL) no need to install. I would like know how i find which the Python libraries are installed by QGIS? Example, can i use "import scipy" can i use "import scipy"