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

2024-04-10 Thread Benjamin Jakimow via QGIS-Developer
Dear Lars, this looks like your plugin's __init__.py (that one that contains the "def classFactory(iface)") want's to import the LIFA_ejdexplorer before it's location is added to the PYTHONPATH You may need something like: sys.path.append('folder to LIFA_ejdexplorer') before the classFactor

Re: [QGIS-Developer] Request for Commit Privileges to QGIS

2024-04-10 Thread Joona Laine via QGIS-Developer
Hi Nyall, Thanks for reaching out and giving me the chance to explain further. I totally get the recent concerns about the xy backport, and I want to assure you that I'm all about positive contributions to the QGIS project. One thing I've noticed is that sometimes things can get a bit hectic fo

Re: [QGIS-Developer] Request for Commit Privileges to QGIS

2024-04-10 Thread Nyall Dawson via QGIS-Developer
On Wed, 10 Apr 2024, 7:40 pm Joona Laine via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > Dear QGIS developers! > > Hope you're all doing well!. My name is Joona Laine, and I've been making > many contributions to the QGIS project under the GitHub username > "Joonalai." during the pa

[QGIS-Developer] Request for Commit Privileges to QGIS

2024-04-10 Thread Joona Laine via QGIS-Developer
Dear QGIS developers! Hope you're all doing well!. My name is Joona Laine, and I've been making many contributions to the QGIS project under the GitHub username "Joonalai." during the past few years. I am also the author and main contributor of the projects pytest-qgis and flake8-qgis. Having rea