Re: [Qgis-developer] testing core python plugins from build tree

2012-10-09 Thread Sandro Santilli
On Wed, Oct 10, 2012 at 12:37:25AM +0200, Martin Dobias wrote: > On Mon, Oct 8, 2012 at 5:02 PM, Sandro Santilli wrote: > > I've seen there's a ticket for this problem already: > > http://hub.qgis.org/issues/5879 > > would it just be a matter of installing the python plugins under > > output/ dir

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-09 Thread Martin Dobias
On Mon, Oct 8, 2012 at 5:02 PM, Sandro Santilli wrote: > I've seen there's a ticket for this problem already: > http://hub.qgis.org/issues/5879 > would it just be a matter of installing the python plugins under > output/ dir and set an environment variable to force scan of > a dir before the other

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
On Mon, Oct 08, 2012 at 06:43:37PM +0200, Sandro Santilli wrote: > On Mon, Oct 08, 2012 at 05:52:39PM +0200, Sandro Santilli wrote: > > On Mon, Oct 08, 2012 at 05:16:29PM +0200, Giuseppe Sucameli wrote: > > > On Mon, Oct 8, 2012 at 5:14 PM, Sandro Santilli wrote: > > > > On Mon, Oct 08, 2012 at 05

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
On Mon, Oct 08, 2012 at 05:52:39PM +0200, Sandro Santilli wrote: > On Mon, Oct 08, 2012 at 05:16:29PM +0200, Giuseppe Sucameli wrote: > > On Mon, Oct 8, 2012 at 5:14 PM, Sandro Santilli wrote: > > > On Mon, Oct 08, 2012 at 05:11:21PM +0200, Sandro Santilli wrote: > > >> On Mon, Oct 08, 2012 at 06:

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
On Mon, Oct 08, 2012 at 05:16:29PM +0200, Giuseppe Sucameli wrote: > On Mon, Oct 8, 2012 at 5:14 PM, Sandro Santilli wrote: > > On Mon, Oct 08, 2012 at 05:11:21PM +0200, Sandro Santilli wrote: > >> On Mon, Oct 08, 2012 at 06:08:04PM +0300, Alexander Bruy wrote: > >> > But it is still possible to s

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Alexander Bruy
2012/10/8 Sandro Santilli : > Well, it wasn't enough: > > ImportError: No module named ui_DlgDbError Seems ui files are not compiled > at this point I'm not even sure db_manager is supposed to work > even after install. Giuseppe, does it ? Works fine here from installed QGIS -- Alexander Bru

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Giuseppe Sucameli
On Mon, Oct 8, 2012 at 5:14 PM, Sandro Santilli wrote: > On Mon, Oct 08, 2012 at 05:11:21PM +0200, Sandro Santilli wrote: >> On Mon, Oct 08, 2012 at 06:08:04PM +0300, Alexander Bruy wrote: >> > But it is still possible to symlink core plugin dir to >> > ~/.qgis/python/plugins/ >> > create tempora

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
On Mon, Oct 08, 2012 at 05:11:21PM +0200, Sandro Santilli wrote: > On Mon, Oct 08, 2012 at 06:08:04PM +0300, Alexander Bruy wrote: > > 2012/10/8 Sandro Santilli : > > > When the plugin was out of code I simply symlinked its source dir > > > under ~/.qgis/python/plugins/db_manager, hacked, reloaded

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
On Mon, Oct 08, 2012 at 06:08:04PM +0300, Alexander Bruy wrote: > 2012/10/8 Sandro Santilli : > > When the plugin was out of code I simply symlinked its source dir > > under ~/.qgis/python/plugins/db_manager, hacked, reloaded with > > plugin reloaded and could immediately see the changes. > > But

Re: [Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Alexander Bruy
2012/10/8 Sandro Santilli : > When the plugin was out of code I simply symlinked its source dir > under ~/.qgis/python/plugins/db_manager, hacked, reloaded with > plugin reloaded and could immediately see the changes. But it is still possible to symlink core plugin dir to ~/.qgis/python/plugins/ c

[Qgis-developer] testing core python plugins from build tree

2012-10-08 Thread Sandro Santilli
I recently realized that db_manager plugin moved to core repository and it was a pity to find out that such a move made development process harder than it was. When the plugin was out of code I simply symlinked its source dir under ~/.qgis/python/plugins/db_manager, hacked, reloaded with plugin re