Ryan,
Thanks again. I have the permissions, I'll reinstall.
John
On 2/12/2015 11:43 AM, Ryan Nelson wrote:
John,
It's been a little while since I installed QGIS on my machine, but I
wonder if you missed a selection somewhere in the installation
process. Can you reinstall QGIS? (i.e. do you h
John,
It's been a little while since I installed QGIS on my machine, but I wonder
if you missed a selection somewhere in the installation process. Can you
reinstall QGIS? (i.e. do you have admin permissions?) There might be a
number of selections you can make when installing, and my guess is that
Ryan,
I used the first line of your example and this was the result:
Traceback (most recent call last):
File "", line 1, in
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 454, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named
John,
As Ben said, the QGIS Windows installer comes with its own Python
installation, which doesn't know anything about any other Python install.
Unfortunately, this apparently makes it rather difficult to install other
packages. However, QGIS Python already contains Numpy and Matplotlib and
PyQt4
I doubt that installing Python(x,y) would help because it is a
self-contained distribution of python. QGIS wouldn't necessarally know
about the libraries that it provides. Your best bet is to ask this question
to the QGIS people who better understands how their software is installed
in the Windows
Users,
I am working on Windows 7 with QGIS 2.4. I am trying to get a plugin
installed in QGIS called Semi-Automatic Classification Plugin to work.
The plugin is demonstrated here:
http://fromgistors.blogspot.com/2013/07/working-with-multispectral-bands-in-qgis.html
The first time I tried to inst