Good point!
Added two bullet-points here: https://trac.osgeo.org/grass/wiki/Submitting

Cheers
Stefan

From: Michel Wortmann <[email protected]>
Sent: tirsdag 23. oktober 2018 13:27
To: Stefan Blumentrath <[email protected]>
Cc: grass-dev <[email protected]>
Subject: Re: [GRASS-dev] Python script dependencies

Great, thanks Stefan!
I find those standard Makefiles deserve a mention in the GRASS and Python 
documentation somewhere.

Michel


On 23 Oct 2018, at 11:25, Stefan Blumentrath 
<[email protected]<mailto:[email protected]>> wrote:

Hi Michael,

Have a look at 
e.g.https://github.com/pesekon2/GRASS-GIS-SOS-tools/tree/master/sos or
https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#gui/wxpython/wx.metadata
for inspiration regarding addon-libraries (in Python).

Kind regards,
Stefan

From: grass-dev 
<[email protected]<mailto:[email protected]>> 
On Behalf Of Michel Wortmann
Sent: tirsdag 23. oktober 2018 11:20
To: grass-dev <[email protected]<mailto:[email protected]>>
Subject: [GRASS-dev] Python script dependencies

Hi team,

I have some python modules developed in a toolbox and install them all using 
g.extension with the SUBDIRS Makefile variable. I frequently feel like I need 
to share code between those modules, i.e. I would like to create a utility 
module that can be imported by all other modules in the toolbox. I managed to 
install the module in the .grass7/addons/script directory, but the installation 
of the other modules fails because they cant import the utilities yet. 
Installing it like any other module seems to bring all sorts of problems 
including the requirement to include the toolbox name that has dots in them 
preventing a python import.

How would I best go about this?

Thanks a lot,
Michel

-------------------------
* Michel Wortmann
* Post-doc
* Potsdam Institute for Climate Impact Research (PIK)
* Telegrafenberg  A62,  14473 Potsdam, Germany
* Tel.:  0049 (0)331 288 2546
* E-mail: [email protected]<mailto:[email protected]>
* Internet: 
www.pik-potsdam.de/members/wortmann<http://www.pik-potsdam.de/members/wortmann>
-------------------------

_______________________________________________
grass-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to