[Qgis-user] XYtools needs Excel python modules

Noli Sicad nsicad at gmail.com
Sat Aug 11 18:25:24 PDT 2012


> What is this?
>
> "Open console (i.e. Terminal) in that directory (e.g. xlrd-0.8.0 directory).
> Be sure you are in this directory / folder"

OK. MSDOS box, a command_prompt.

Have a look here.
http://www.decompile.com/windows/2000/command_prompt.htm


> I have found the Python27 folder in Quantum GIS Lisboa. What is the console?
> I figure it is the interactive program that accepts Python commands, but I
> do not know where it is in Python27 folder.

No. the python27 in QGIS Lisboa is not the your python installation.
Try to look for another one. (I am using Mac OS X so I could not tell
where is installed in Windows).

A console or terminal is generic term for what people in MS World
called software give you access to command prompt.

You have python installation your system since you are able to use
QGIS python plugins.

Back to your problem.

Open the MSDOS command prompt in the directory where you see the setup.py

Then,

Type "python setup.py install"  in the console (MSDOS command prompt).

Be sure that you typed without quotes ("  ").

It will install this in your python sites-packages.

Search for the folder "sites-packages", you will find your python installation.

Noli



More information about the Qgis-user mailing list