Re: [Qgis-user] How to fix 'Could not find the Qt platform plugin “Windows” in “”' when implementing qgis in custom Python3 application?

2019-01-10 Thread Matt Brauer
Thanks! That did work. I had tried modifying QT_QPA_PLATFORM_PLUGIN_PATH earlier, but it didn't work so I didn't look back. I think at that time I had tried it with the standalone QGIS install. That may have had a detrimental effect, although I don't know why that would be the case. Modifying the

Re: [Qgis-user] How to fix 'Could not find the Qt platform plugin “Windows” in “”' when implementing qgis in custom Python3 application?

2019-01-10 Thread DT
Matt, I don’t know if this was specific to OSX or of it might be relevant to your issue on Windows, but I had to set another Qt path. See this gist: https://gist.github.com/dmofot/94345126db10660053ccfb0d76a1e32a DT On Thu, Jan 10, 2019 at 4:44 PM Matt Brauer wrote: > I am implementing qgis 3.

[Qgis-user] How to fix 'Could not find the Qt platform plugin “Windows” in “”' when implementing qgis in custom Python3 application?

2019-01-10 Thread Matt Brauer
I am implementing qgis 3.4.3 in a custom application, but when I instantiate the QgsApplication() class, I receive the error "Could not find the Qt platform plugin "Windows" in "". I've attempted using various installs of qgis 3.x+ including the standalone installer and OSGeo4W web installer. I cu