Hi,
Python 3 support is planned for GRASS 7.8...

Furthermore, you might be interested in the grass-session library on pypi...

Cheers,
Stefan
________________________________
From: grass-user <[email protected]> on behalf of Shane Carey 
<[email protected]>
Sent: Sunday, April 7, 2019 1:35:11 AM
To: grass-user grass-user
Subject: [GRASS-user] Import grass.script

Hi,

I am trying to write an external standalone python script that is using grass 
commands. I setup my variables as below. I then run python3 in the terminal and 
import grass works fine. However, in Pycharm editor, it will not import for me. 
Any ideas of how to get around this?
Thanks

export GISBASE="$(grass76 --config path)"
export PATH="$PATH:$GISBASE/bin:$GISBASE/scripts"
export DYLD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GISBASE/lib"
export GIS_LOCK=$$
export GISRC="$HOME/.grass7/rc"
export PYTHONPATH="$PYTHONPATH:$GISBASE/etc/python"

Le gach dea ghui,
Shane Carey
GIS and Data Solutions Consultant
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to