Re: [QGIS-Developer] [QGIS-server] Messages: QNetworkDiskCache::prepare() unable to open temporary file

2024-04-09 Thread Giovanni Manghi via QGIS-Developer
Hi Richard, the only way I found to have that log message go away is to add manually [cache] directory=/path/to/qgis_cache_folder inside QGIS3.ini wherever your QGIS server installation has created it. >From the QGIS Server docs it seems to me that setting "QGIS_SERVER_CACHE_DIRECTORY" in the v

[QGIS-Developer] Plugin using Pythonnet fails to start during installation

2024-04-09 Thread Lars I. Nielsen via QGIS-Developer
Hi developers. We've developed a QGIS plugin, that utilizes Pythonnet to communicate with C# on Windows. Pythonnet is not part of the chosen distribution for Python in QGIS (as of 3.34), so we do a separate installation of this module into %APPDATA%/Python, which is used by all Python distribu