> 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
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to