[GRASS-dev] Python script dependencies

Michel Wortmann wortmann at pik-potsdam.de
Tue Oct 23 02:20:15 PDT 2018


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: wortmann at pik-potsdam.de
* Internet: www.pik-potsdam.de/members/wortmann
-------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20181023/282e3eff/attachment.html>


More information about the grass-dev mailing list