Re: [Qgis-user] How to get Spyder IDE working with QGIS

2018-10-18 Thread John Walker
Actually, I take that back. It doesn't seem to work in PyCharm after further testing. I get the following error: ImportError: DLL load failed: The specified procedure could not be found. Not sure what to do now. On Thu, 18 Oct 2018 at 15:43, John Walker wrote: > Thanks Luca, > > That script

Re: [Qgis-user] How to get Spyder IDE working with QGIS

2018-10-17 Thread John Walker
Thanks Luca, That script is actually similar to the script contained in C:\OSGeo4W64\bin\python-qgis.bat which I have been testing. When I open a OSGeo4W Shell and execute that script and type 'import qgis.core' into the python console, it has no issues. When I exit the python console (pressing

Re: [Qgis-user] How to get Spyder IDE working with QGIS

2018-10-04 Thread Nicolas Cadieux
Hi John, If you figure this one out, can you poste the solution? I would like to do the same thing. Thanks Nicolas > Le 2 oct. 2018 à 20:51, John Walker a écrit : > > Hi, would anyone know how to configure Spyder to work with the QGIS library? > I am finding the python editor in QGIS

Re: [Qgis-user] How to get Spyder IDE working with QGIS

2018-10-04 Thread Luca Manganelli
Il giorno mer 3 ott 2018 alle ore 02:51 John Walker ha scritto: > Hi, would anyone know how to configure Spyder to work with the QGIS > library? I am finding the python editor in QGIS difficult to work with > because it has no debugger and I cannot run highlighted code. I have tried > a few

[Qgis-user] How to get Spyder IDE working with QGIS

2018-10-02 Thread John Walker
Hi, would anyone know how to configure Spyder to work with the QGIS library? I am finding the python editor in QGIS difficult to work with because it has no debugger and I cannot run highlighted code. I have tried a few things: 1. created a new conda environment and installed QGIS via conda