[Qgis-user] Python not loaded on startup

2010-09-08 Thread Möri Cedric
Hi list, I recently did an update from Ubuntu 9.10 to 10.04. After compling Qgis (which works fine, no errors where found), it now says that Qgis could not load pyQgis because of: Couldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last): File , line 1, in

Re: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Noli Sicad
SIP module implements API v7.0 but the qgis.core module requires API v7.1 You have get SIP module version 7.1 as PyGIS qgis.core module requires API v7.1 Noli ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

AW: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Möri Cedric
- Von: Noli Sicad nsi...@gmail.com Gesendet: Mit, 8.9.2010 11:15 An: Möri Cedric cedric.mo...@bd.so.ch Cc: qgis-user qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python not loaded on startup SIP module implements API v7.0 but the qgis.core module requires API v7.1 You have get SIP module

Re: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Noli Sicad
...@bd.so.ch Cc: qgis-user qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python not loaded on startup SIP module implements API v7.0 but the qgis.core module requires API v7.1 You have get SIP module version 7.1 as PyGIS qgis.core module requires API v7.1 Noli

Re: AW: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Borys Jurgiel
://www.agi.so.ch - Originalnachricht - Von: Noli Sicad nsi...@gmail.com Gesendet: Mit, 8.9.2010 11:15 An: Möri Cedric cedric.mo...@bd.so.ch Cc: qgis-user qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python not loaded on startup SIP module implements API v7.0 but the qgis.core

AW: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Möri Cedric
://www.agi.so.ch - Originalnachricht - Von: Jürgen E. Fischer j...@norbit.de Gesendet: Mit, 8.9.2010 12:02 An: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python not loaded on startup Hi Cédric, On Wed, 08. Sep 2010 at 10:56:53 +0200, Möri Cedric wrote: Couldn't load PyQGIS. Python support

Re: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Jürgen E . Fischer
Hi Cédric, On Wed, 08. Sep 2010 at 13:53:38 +0200, Möri Cedric wrote: I install with a prefix: /usr/local/qgis. In this prefix there are no old qgis-libs. I found some old qgis-libs in /usr/local/lib and /usr/lib from a former install out of a package and removed them now, but no effect :-(

AW: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Möri Cedric
, 8.9.2010 14:10 An: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python not loaded on startup Hi Cédric, On Wed, 08. Sep 2010 at 13:53:38 +0200, Möri Cedric wrote: I install with a prefix: /usr/local/qgis. In this prefix there are no old qgis-libs. I found some old qgis-libs in /usr/local

AW: AW: [Qgis-user] Python not loaded on startup

2010-09-08 Thread Möri Cedric
@lists.osgeo.org Cc: Möri Cedric cedric.mo...@bd.so.ch Betreff: Re: AW: [Qgis-user] Python not loaded on startup Cedric, Look into the archive, a similar problem was raised here a few months ago. AFAIR it was because cmake was comparing the sip versions as strings, so your 4.10.1 4.7.1. It was fixed