On 10/16/2014 03:56 AM, Oliver wrote:
I am using 32-bit Python 2.7 with gdal binaries 1.11 on windows 7. The "*import gda*l" command works well in the default python console but in the spyder python shell the command gives an import error: DLL load failed: procedure not found. I added all kind of paths to the gdal libs with the PYTHONPATH manager without success. Can anyone give me a hint?
How did you install Spyder? Is it part of the same package that installed Python? What does sys.path show in the default console versus the Spyder console? -- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
