Re: [Qgis-developer] Error installing nightly debs

2014-05-20 Thread Vincent Mora

Same error with yesterday nigthly on ubuntu 14.04. A quick temp fix is to 
uninstall python-qgis, finish the upgrade and reinstall
python-qgis.

On 19/05/2014 17:39, Paolo Cavallini wrote:

Il 19/05/2014 08:16, Paolo Cavallini ha scritto:

Hi all.
Installing qgis-nightly from
deb http://qgis.org/debian-nightly sid main
results in an error:


I still get an error after
https://github.com/qgis/QGIS/commit/74392f7823536c5fa5b6b57b912ec698ff0b6839

Preparing to unpack
.../libqgispython2.3.0_2.3.0+git20140519+2ff79d3~unstable1_amd64.deb ...
Unpacking libqgispython2.3.0 (2.3.0+git20140519+2ff79d3~unstable1) ...
Selecting previously unselected package python-qgis-common.
Preparing to unpack
.../python-qgis-common_2.3.0+git20140519+2ff79d3~unstable1_all.deb ...
Unpacking python-qgis-common (2.3.0+git20140519+2ff79d3~unstable1) ...
Preparing to unpack 
.../python-qgis_2.3.0+git20140519+2ff79d3~unstable1_amd64.deb ...
Unpacking python-qgis (2.3.0+git20140519+2ff79d3~unstable1) ...
dpkg: error processing archive
/var/cache/apt/archives/python-qgis_2.3.0+git20140519+2ff79d3~unstable1_amd64.deb
(--unpack):
  trying to overwrite '/usr/lib/libqgispython.so.2.3.0', which is also in 
package
libqgispython2.3.0 2.3.0+git20140519+2ff79d3~unstable1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
  
/var/cache/apt/archives/python-qgis_2.3.0+git20140519+2ff79d3~unstable1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package.  Trying to recover:
Setting up libqgispython2.3.0 (2.3.0+git20140519+2ff79d3~unstable1) ...
Setting up python-qgis-common (2.3.0+git20140519+2ff79d3~unstable1) ...

All the best, and thanks.


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] GEarthView 1.05

2014-05-20 Thread Geo DrinX
Hello All,


I updated GEarthView to 1.0.5  version, that fixes a bug when reprojection
is active.

This version also inserted a link to OSRM.


Regards

Roberto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Canvas extent not restored from project

2014-05-20 Thread Radim Blazek
On Mon, May 19, 2014 at 7:39 PM, Giovanni Manghi
giovanni.man...@faunalia.pt wrote:
 Canvas extent is not set to what is saves in project when project is
 opened with current master. Is it intended change or a bug? Can some
 confirm?

 it is weeks now that I see this issue. I asked around and have been
 told that it works fine here, so I supposed that was just my issue.

QgsMapCanvas::readProject() was setting extent before CRS. It should
be fixed in b385467.

Radim

 -- G --
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] 1 to N forms: missing relation?

2014-05-20 Thread Paolo Cavallini
Hi all.
We are using the relations with custom forms, and we have frequent
occurrences of a relation being broken. Removing it from the form and
putting it back again fixes it. It is unclear what triggers this
problem. Any hint on how to debug it?
In addition, the joins of the child table with the parent table seems
not to be updated when saving.
All the best, and thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] 1 to N forms: missing relation?

2014-05-20 Thread Matthias Kuhn

Hi Paolo,

Are you referring to drag and drop designer? There's a bug report open 
[1].
Please contact me if you know somebody who would be able to support 
fixing this issue.


For the other one, I am not sure what exactly you mean. Is this a bug 
or a usability issue? Is a report open yet?


Best
Matthias

[1] http://hub.qgis.org/issues/10065

On Tue 20 May 2014 12:49:08 PM CEST, Paolo Cavallini wrote:

Hi all.
We are using the relations with custom forms, and we have frequent
occurrences of a relation being broken. Removing it from the form and
putting it back again fixes it. It is unclear what triggers this
problem. Any hint on how to debug it?
In addition, the joins of the child table with the parent table seems
not to be updated when saving.
All the best, and thanks.

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Pull requests and patches

2014-05-20 Thread Paolo Cavallini
Hi all.
We are approaching 2.4. It would be good if someone could revise the
patches and pull requests:

http://hub.qgis.org/projects/quantum-gis/issues?query_id=32
41 patches

https://github.com/qgis/QGIS/pulls
47 ulls

Some of them (especially among the patches) should probably be closed,
some are duplicates, some may be good. A quick cleanup could probably
bring down the numbers considerably.

All the best, and thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] 1 to N forms: missing relation?

2014-05-20 Thread Paolo Cavallini
Il 20/05/2014 13:16, Matthias Kuhn ha scritto:

 Are you referring to drag and drop designer? There's a bug report open [1].

Yes, apparently this is the problem. Not so easi to replicate it here
though.

 Please contact me if you know somebody who would be able to support
 fixing this issue.

None currently, I'll try.

 For the other one, I am not sure what exactly you mean. Is this a bug or
 a usability issue? Is a report open yet?

The issue is: when adding records to the child table, joined with the
parent one, the data from the parent are not updated immediately.
Reopening the project fixes this, but during digitizing this is confusing.

Thanks.

 [1] http://hub.qgis.org/issues/10065
 
 On Tue 20 May 2014 12:49:08 PM CEST, Paolo Cavallini wrote:
 Hi all.
 We are using the relations with custom forms, and we have frequent
 occurrences of a relation being broken. Removing it from the form and
 putting it back again fixes it. It is unclear what triggers this
 problem. Any hint on how to debug it?
 In addition, the joins of the child table with the parent table seems
 not to be updated when saving.
 All the best, and thanks.


-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Plugin upload faillure

2014-05-20 Thread Necip Enes GENGEÇ
Hi all,

I was trying to update my plugin on plugin.qgis.com. At my previous
attempts it work perfect but at this time I get an error and does not
upload my plugin. I get this error There were errors reading plugin
package (please check also your plugin's metadata). Could not unzip file.

I only changed the version in the metadata.txt

Do you have any idea?

Necip.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] python: no module name core

2014-05-20 Thread Denis Rouzaud

Hi all,

From python console, running from qgis.core import * gives:
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in 
module

from qgis.core import QgsFeature, QgsGeometry
ImportError: No module named core

Any idea what's going on?

Cheers,

Denis
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Victor Olaya
it works fine here

It might be that you have a plugin that has a package called qgis, which
might be shadowing the core one.


2014-05-20 16:27 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com:

  Hi all,

 From python console, running from qgis.core import * gives:
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in
 module
 from qgis.core import QgsFeature, QgsGeometry
 ImportError: No module named core

 Any idea what's going on?

 Cheers,

 Denis

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Nathan Woodrow
This seems to be due to my changes today, although I'm not sure what is
going on unless I stuffed up the cmake files.

qgis.core is now a package i.e folder and it imports the sip modules, now
called _core, _gui, etc.

For some reason the package is missing the core, gui, package folders.

- Nathan


On Wed, May 21, 2014 at 12:34 AM, Victor Olaya vola...@gmail.com wrote:

 it works fine here

 It might be that you have a plugin that has a package called qgis, which
 might be shadowing the core one.


 2014-05-20 16:27 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com:

  Hi all,

 From python console, running from qgis.core import * gives:
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in
 module
 from qgis.core import QgsFeature, QgsGeometry
 ImportError: No module named core

 Any idea what's going on?

 Cheers,

 Denis

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Alexander Bruy
Hi,

I also have troubles with Python plugins and bindings. For example build failed
with error

[  6%] Generating ui_frmVectorGrid.py
An unexpected error occurred.
Check that you are using the latest version of PyQt and send an error report to
supp...@riverbankcomputing.com, including the following information:

  * your version of PyQt (4.9.1)
  * the UI file that caused this error
  * the debug output of pyuic4 (use the -d flag when calling pyuic4)
An unexpected error occurred.
Check that you are using the latest version of PyQt and send an error report to
supp...@riverbankcomputing.com, including the following information:

  * your version of PyQt (4.9.1)
  * the UI file that caused this error
  * the debug output of pyuic4 (use the -d flag when calling pyuic4)
make[2]: *** [python/plugins/fTools/tools/ui_frmVectorGrid.py] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** [python/plugins/fTools/tools/ui_frmRandom.py] Error 1
make[1]: *** 
[python/plugins/fTools/tools/CMakeFiles/fTools-tools-stageinstall.dir/all]
Error 2
make[1]: *** Waiting for unfinished jobs

This is strange, as my system has Qt 4.8.2 not 4.9.1 Cleant rebuild
and install doesn't
helps.


2014-05-20 17:42 GMT+03:00 Nathan Woodrow madman...@gmail.com:
 This seems to be due to my changes today, although I'm not sure what is
 going on unless I stuffed up the cmake files.

 qgis.core is now a package i.e folder and it imports the sip modules, now
 called _core, _gui, etc.

 For some reason the package is missing the core, gui, package folders.

 - Nathan


 On Wed, May 21, 2014 at 12:34 AM, Victor Olaya vola...@gmail.com wrote:

 it works fine here

 It might be that you have a plugin that has a package called qgis, which
 might be shadowing the core one.


 2014-05-20 16:27 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com:

 Hi all,

 From python console, running from qgis.core import * gives:
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in
 module
 from qgis.core import QgsFeature, QgsGeometry
 ImportError: No module named core

 Any idea what's going on?

 Cheers,

 Denis

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Plugin upload faillure

2014-05-20 Thread Paolo Cavallini
Il 20/05/2014 15:30, Necip Enes GENGEÇ ha scritto:

 I was trying to update my plugin on plugin.qgis.com http://plugin.qgis.com. 
 At my
 previous attempts it work perfect but at this time I get an error and does 
 not upload
 my plugin. I get this error There were errors reading plugin package (please 
 check
 also your plugin's metadata). Could not unzip file.
 
 I only changed the version in the metadata.txt

did you put some non allowed characters in version name?
all the best.

-- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Richard Duivenvoorde

Hi Alexander,

that is another problem, discussed yesterday.

You have a build which installed soem customwidgets stuff for qgis
widgets to be used in Qt-Designer

The option:
-DWITH_CUSTOM_WIDGETS=FALSE
would have prevented that, but was enabled by default.
Since today it is false again by default I think...

The problem is that by the global install you have a

qgis_customwidgets.py somewhere in
/usr/lib/python2.7/dist-packages/PyQt4.

and a libqgis_customwidgets.so.2.3.0 file somehere around
/usr/lib/qt4/plugins/designer/

both should be removed if you do not have the qgis libs installed globally.

All this is solved now, but I think you should remove those to be clean
again.

Regards,

Richard


On 20-05-14 18:21, Alexander Bruy wrote:
 Hi,
 
 I also have troubles with Python plugins and bindings. For example build 
 failed
 with error
 
 [  6%] Generating ui_frmVectorGrid.py
 An unexpected error occurred.
 Check that you are using the latest version of PyQt and send an error report 
 to
 supp...@riverbankcomputing.com, including the following information:
 
   * your version of PyQt (4.9.1)
   * the UI file that caused this error
   * the debug output of pyuic4 (use the -d flag when calling pyuic4)
 An unexpected error occurred.
 Check that you are using the latest version of PyQt and send an error report 
 to
 supp...@riverbankcomputing.com, including the following information:
 
   * your version of PyQt (4.9.1)
   * the UI file that caused this error
   * the debug output of pyuic4 (use the -d flag when calling pyuic4)
 make[2]: *** [python/plugins/fTools/tools/ui_frmVectorGrid.py] Error 1
 make[2]: *** Waiting for unfinished jobs
 make[2]: *** [python/plugins/fTools/tools/ui_frmRandom.py] Error 1
 make[1]: *** 
 [python/plugins/fTools/tools/CMakeFiles/fTools-tools-stageinstall.dir/all]
 Error 2
 make[1]: *** Waiting for unfinished jobs
 
 This is strange, as my system has Qt 4.8.2 not 4.9.1 Cleant rebuild
 and install doesn't
 helps.
 
 
 2014-05-20 17:42 GMT+03:00 Nathan Woodrow madman...@gmail.com:
 This seems to be due to my changes today, although I'm not sure what is
 going on unless I stuffed up the cmake files.

 qgis.core is now a package i.e folder and it imports the sip modules, now
 called _core, _gui, etc.

 For some reason the package is missing the core, gui, package folders.

 - Nathan


 On Wed, May 21, 2014 at 12:34 AM, Victor Olaya vola...@gmail.com wrote:

 it works fine here

 It might be that you have a plugin that has a package called qgis, which
 might be shadowing the core one.


 2014-05-20 16:27 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com:

 Hi all,

 From python console, running from qgis.core import * gives:
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in
 module
 from qgis.core import QgsFeature, QgsGeometry
 ImportError: No module named core

 Any idea what's going on?

 Cheers,

 Denis

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
 
 
 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] python: no module name core

2014-05-20 Thread Alexander Bruy
Hi Richard,

Thanks for reply, I already found this by myself and started to write email to
list, when got your detailed answer. Thanks anyway, maybe this instructions
will be useful for others too.

2014-05-20 20:38 GMT+03:00 Richard Duivenvoorde rdmaili...@duif.net:

 Hi Alexander,

 that is another problem, discussed yesterday.

 You have a build which installed soem customwidgets stuff for qgis
 widgets to be used in Qt-Designer

 The option:
 -DWITH_CUSTOM_WIDGETS=FALSE
 would have prevented that, but was enabled by default.
 Since today it is false again by default I think...

 The problem is that by the global install you have a

 qgis_customwidgets.py somewhere in
 /usr/lib/python2.7/dist-packages/PyQt4.

 and a libqgis_customwidgets.so.2.3.0 file somehere around
 /usr/lib/qt4/plugins/designer/

 both should be removed if you do not have the qgis libs installed globally.

 All this is solved now, but I think you should remove those to be clean
 again.

 Regards,

 Richard


 On 20-05-14 18:21, Alexander Bruy wrote:
 Hi,

 I also have troubles with Python plugins and bindings. For example build 
 failed
 with error

 [  6%] Generating ui_frmVectorGrid.py
 An unexpected error occurred.
 Check that you are using the latest version of PyQt and send an error report 
 to
 supp...@riverbankcomputing.com, including the following information:

   * your version of PyQt (4.9.1)
   * the UI file that caused this error
   * the debug output of pyuic4 (use the -d flag when calling pyuic4)
 An unexpected error occurred.
 Check that you are using the latest version of PyQt and send an error report 
 to
 supp...@riverbankcomputing.com, including the following information:

   * your version of PyQt (4.9.1)
   * the UI file that caused this error
   * the debug output of pyuic4 (use the -d flag when calling pyuic4)
 make[2]: *** [python/plugins/fTools/tools/ui_frmVectorGrid.py] Error 1
 make[2]: *** Waiting for unfinished jobs
 make[2]: *** [python/plugins/fTools/tools/ui_frmRandom.py] Error 1
 make[1]: *** 
 [python/plugins/fTools/tools/CMakeFiles/fTools-tools-stageinstall.dir/all]
 Error 2
 make[1]: *** Waiting for unfinished jobs

 This is strange, as my system has Qt 4.8.2 not 4.9.1 Cleant rebuild
 and install doesn't
 helps.


 2014-05-20 17:42 GMT+03:00 Nathan Woodrow madman...@gmail.com:
 This seems to be due to my changes today, although I'm not sure what is
 going on unless I stuffed up the cmake files.

 qgis.core is now a package i.e folder and it imports the sip modules, now
 called _core, _gui, etc.

 For some reason the package is missing the core, gui, package folders.

 - Nathan


 On Wed, May 21, 2014 at 12:34 AM, Victor Olaya vola...@gmail.com wrote:

 it works fine here

 It might be that you have a plugin that has a package called qgis, which
 might be shadowing the core one.


 2014-05-20 16:27 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com:

 Hi all,

 From python console, running from qgis.core import * gives:
 Traceback (most recent call last):
   File stdin, line 1, in module
   File /usr/lib/python2.7/dist-packages/qgis/__init__.py, line 36, in
 module
 from qgis.core import QgsFeature, QgsGeometry
 ImportError: No module named core

 Any idea what's going on?

 Cheers,

 Denis

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer







-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS Developer Meeting / Hackfest Spring 2015

2014-05-20 Thread Lene Fischer
Hello List,



University of Copenhagen would like to apply for hosting Developer-meeting / 
Hackfest in spring 2015.



We have a Forestry College 45 km north of Copenhagen, where we have the 
organization and facilities for accommodation, canteen, rooms for work and 
place for 'time off'.



We don´t know the procedures for such an application, so if anyone on the list 
could help, it would be appreciated.



Regards


Lene Fischer
Associate Professor

Department of Geosciences and Natural Resource Management
University of Copenhagen

MOB +45 40115084
l...@ign.ku.dkmailto:l...@ign.ku.dk


[SCIENCE_bomaerke_UK]

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QGIS Developer Meeting / Hackfest Spring 2015

2014-05-20 Thread Lene Fischer
Hello List,



University of Copenhagen would like to apply for hosting Developer-meeting / 
Hackfest in spring 2015.



We have a Forestry College 45 km north of Copenhagen, where we have the 
organization and facilities for accommodation, canteen, rooms for work and 
place for 'time off'.



We don´t know the procedures for such an application, so if anyone on the list 
could help, it would be appreciated.



Regards


Lene Fischer
Associate Professor

Department of Geosciences and Natural Resource Management
University of Copenhagen


MOB +45 40115084
l...@ign.ku.dkmailto:l...@ign.ku.dk


[SCIENCE_bomaerke_UK]

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer