[GRASS-user] pygrass windows

How to install pygrass on windows?. I cant find any installers.

Regards,
Rashad

On Sat, Apr 27, 2013 at 5:35 AM, Rashad M <mohammedrashadkm@gmail.com> wrote:

How to install pygrass on windows?. I cant find any installers.

Isn't it already integrated in GRASS 7?

source code:
lib/python/pygrass/

Markus

On Sat, Apr 27, 2013 at 4:35 AM, Rashad M <mohammedrashadkm@gmail.com> wrote:

How to install pygrass on windows?. I cant find any installers.

The pygrass library should be already installed...

Run python inside the GRASS terminal and try to import something like:

from grass.pygrass.vector import VectorTopo

Best regards

Pietro