Re: [Qgis-user] PyQGIS from non-bundled Python install?

2022-06-08 Thread Andrew Hughes via Qgis-user
Thanks Ujaval, I was just about to respond as I found this: https://docs.qgis.org/3.4/en/docs/pyqgis_developer_cookbook/intro.html#running-custom-applications Your method looks completely different to that documented above. As I've already started with the above method, I will continue unless I e

Re: [Qgis-user] PyQGIS from non-bundled Python install?

2022-06-08 Thread Ujaval Gandhi via Qgis-user
Yes. Configuring system paths to point to qgis libraries will allow native python to work with pyqgis. I have a complete example for Mac which can be easily adapted for a linux based system. https://courses.spatialthoughts.com/pyqgis-in-a-day.html#writing-standalone-python-scripts [image: Logo]

[Qgis-user] PyQGIS from non-bundled Python install?

2022-06-07 Thread Andrew Hughes via Qgis-user
Hi All, Q: Is it possible to have a system/native python install work with PyQGIS? Finer Details: I am working with Azure Functions. Their base (container/docker) image includes a python install. I can provide a custom docker image, thus I can set system paths and run all the instructions as per