Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-23 Thread dmarteau
I cannot aggree more with Vincent ! I would add than supporting python virtualenvs could be a solution to the package distribution problems under Windows. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/standard-way-for-custom-plugin-python-dependencies-tp5287268p5287411

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Tom Kralidis
/python/ext-libs On Thu, 22 Sep 2016, Luigi Pirelli wrote: Date: Thu, 22 Sep 2016 17:01:51 +0200 From: Luigi Pirelli To: Jachym Cepicky Cc: "qgis-developer@lists.osgeo.org" Subject: Re: [Qgis-developer] standard way for custom plugin python dependencies why not package critical/missin

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Luigi Pirelli
why not package critical/missing dep with the plugin itself? import from local egg only if not present in the installation. Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessge

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Alessandro Pasotti
On Thu, Sep 22, 2016 at 3:22 PM, Vincent Picavet (ml) < vincent...@oslandia.com> wrote: > Hi, > > > On 22/09/2016 14:43, Alessandro Pasotti wrote: > > On Thu, Sep 22, 2016 at 2:37 PM, Akbar Gumbira > > wrote: > [..] > > @Jachym: AFAIK, most plugins now just ship

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Vincent Picavet (ml)
Hi, On 22/09/2016 14:43, Alessandro Pasotti wrote: > On Thu, Sep 22, 2016 at 2:37 PM, Akbar Gumbira > wrote: [..] > @Jachym: AFAIK, most plugins now just ship the needed libraries > along with it or ask the users to install them. There are some > librar

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Alessandro Pasotti
On Thu, Sep 22, 2016 at 2:37 PM, Akbar Gumbira wrote: > Hi Matthias, > > Is there any pointer to the discussion? If it's possible for me to help, I > could may be make a proposal for next year GSoC on this :) > > Nice idea! Please go ahead :) > @Jachym: AFAIK, most plugins now just ship the ne

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Akbar Gumbira
Hi Matthias, Is there any pointer to the discussion? If it's possible for me to help, I could may be make a proposal for next year GSoC on this :) @Jachym: AFAIK, most plugins now just ship the needed libraries along with it or ask the users to install them. There are some libraries that are alre

Re: [Qgis-developer] standard way for custom plugin python dependencies

2016-09-22 Thread Matthias Kuhn
Hi Jachym, Unfortunately not. This has been discussed and is something that will certainly be added at some point but so far nobody implemented it (basically because of its cross-platform nature I think). Your possibilities are: * Document and print nice warnings * Ship the dependency packaged