<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 03/01/2010 11:13 PM, Luigi Castro Cardeles wrote:
<blockquote
 cite="mid:eff882e21003011313k6a4aa0a3g12b18132db309635@mail.gmail.com"
 type="cite">Hi,
  <div><br>
  </div>
  <div>i recompiled qgis 1.4.0 and keep with the same problem. QGIS run
but not python plugin, i also get the same error message about sip
version.</div>
  <div><br>
  </div>
</blockquote>
You might want to try the patch that I received from Jurgen Fischer [1]:<br>
<br>
--- qgis-1.4.0+12730~/cmake/Python.cmake    2010-01-07
11:33:11.000000000 +0100<br>
+++ qgis-1.4.0+12730/cmake/Python.cmake    2010-02-05
18:02:29.000000000 +0100<br>
@@ -148,8 +148,8 @@<br>
<br>
     IF (HAVE_SIP_MODULE AND SIP_BINARY_PATH AND SIP_INCLUDE_DIR)<br>
       # check for SIP version<br>
       # minimal version is 4.7 (to support universal builds)<br>
-      SET (SIP_MIN_VERSION 040700)<br>
-      TRY_RUN_PYTHON (RES "import sip\nprint '%x' % sip.SIP_VERSION"
SIP_VERSION)<br>
+      SET (SIP_MIN_VERSION 263936) # 0x40700<br>
+      TRY_RUN_PYTHON (RES "import sip\nprint '%d' % sip.SIP_VERSION"
SIP_VERSION)<br>
       IF (SIP_VERSION EQUAL "${SIP_MIN_VERSION}" OR SIP_VERSION
GREATER "${SIP_MIN_VERSION}")<br>
         SET (SIP_IS_GOOD TRUE)<br>
       ENDIF (SIP_VERSION EQUAL "${SIP_MIN_VERSION}" OR SIP_VERSION
GREATER "${SIP_MIN_VERSION}")<br>
<br>
<br>
Create a new file called Python.cmake.patch in the directory where your
qgis source is located then do:<br>
patch cmake/Python.cmake Python.cmake.patch<br>
<br>
Now run:<br>
 cmake -L .. <br>
again from the build directory  and check that Python and SIP were
found. <br>
<br>
[1]
<a class="moz-txt-link-freetext" href="http://n2.nabble.com/Fedroa-12-and-new-version-of-qt-tc4638666.html#a4638702">http://n2.nabble.com/Fedroa-12-and-new-version-of-qt-tc4638666.html#a4638702</a><br>
<br>
<blockquote
 cite="mid:eff882e21003011313k6a4aa0a3g12b18132db309635@mail.gmail.com"
 type="cite">
  <div>When i run cmake .. and configure (c), the dialog show some msg
but it goes so fast that i can't read. There is some way to slowdown
that message or is this logged on a file? Sorry but i don't know cmake
very well.</div>
  <div><br>
  </div>
  <div>[]'s<br clear="all">
Luigi Castro Cardeles<br>
  <br>
  <br>
  <div class="gmail_quote">2010/3/1 Micha Silver <span dir="ltr"><<a
 moz-do-not-send="true" href="mailto:micha@arava.co.il">micha@arava.co.il</a>></span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="im">Luigi Castro Cardeles wrote:<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks Martin,<br>
      <br>
i use a compiled qgis.<br>
For Fedora Users, i think that this update comes with kde-4.4.0 updates.<br>
[]'s<br>
      <br>
    </blockquote>
    </div>
I also have a self compiled qgis 1.4.  After updating to the new PyQt4
and sip (also updated qt and qt-x11 packages) last week, I recompiled,
and still get the segfault. And again, after switching to xfce, QGIS
starts fine. Under Gnome, QGIS will start only if run as super user. So
my guess is that the problem is some interaction between Gnome and Qt
in the newer packages.<br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Luigi Castro Cardeles<br>
      <br>
      <br>
2010/3/1 Martin Dobias <<a moz-do-not-send="true"
 href="http://wonder.sk" target="_blank">wonder.sk</a> <<a
 moz-do-not-send="true" href="http://wonder.sk" target="_blank">http://wonder.sk</a>>@<a
 moz-do-not-send="true" href="http://gmail.com" target="_blank">gmail.com</a>
<<a moz-do-not-send="true" href="http://gmail.com" target="_blank">http://gmail.com</a>>>
      <div class="im"><br>
      <br>
   On Mon, Mar 1, 2010 at 5:23 PM, Luigi Castro Cardeles<br>
      </div>
      <div class="im">    <<a moz-do-not-send="true"
 href="mailto:luigi.cardeles@gmail.com" target="_blank">luigi.cardeles@gmail.com</a>
<mailto:<a moz-do-not-send="true"
 href="mailto:luigi.cardeles@gmail.com" target="_blank">luigi.cardeles@gmail.com</a>>>
wrote:<br>
   > Hi list,<br>
   > maybe there are other problem (relate to pyqgis):<br>
   ><br>
   > Não foi possível carregar PyQGIS.<br>
   > Suporte à Python vai ser desabilitado.<br>
   ><br>
   > Traceback (most recent call last):<br>
   >   File "", line 1, in<br>
   > RuntimeError: the sip module implements API v7.0 but the<br>
   qgis.core module<br>
   > requires API v6.0<br>
      <br>
   This looks like you've updated sip package in your system, however<br>
   qgis python module still awaits older version.<br>
   - if you run self-compiled qgis, just recompile it and install again.<br>
   It should adapt to newer sip version<br>
   - if you run qgis from a distribution package, request an updated<br>
   package from the packager<br>
   - you could downgrade sip package and all packages that depend on it<br>
   (PyQt, PyKDE) but I wouldn't recommend that as it might break your<br>
   system<br>
      <br>
   Martin<br>
      <br>
      <br>
      <br>
      </div>
      <div class="im">This mail was received via Mail-SeCure System.<br>
------------------------------------------------------------------------<br>
      <br>
_______________________________________________<br>
Qgis-user mailing list<br>
      <a moz-do-not-send="true" href="mailto:Qgis-user@lists.osgeo.org"
 target="_blank">Qgis-user@lists.osgeo.org</a><br>
      <a moz-do-not-send="true"
 href="http://lists.osgeo.org/mailman/listinfo/qgis-user"
 target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
      <br>
This mail was received via Mail-SeCure System.<br>
      <br>
      <br>
 <br>
      </div>
    </blockquote>
    <br>
    <br>
-- <br>
Micha Silver
    <div class="im"><br>
Arava Development Co. +972-52-3665918<br>
    </div>
    <a moz-do-not-send="true" href="http://surfaces.co.il"
 target="_blank">http://surfaces.co.il</a><br>
    <br>
    <br>
  </blockquote>
  </div>
  <br>
  </div>
  <br>
This mail was received via Mail-SeCure System.<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>

This mail was received via Mail-SeCure System.


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Micha Silver
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il/">http://www.surfaces.co.il/</a>
Arava Development Co.  +972-52-3665918</pre>
</body>
</html>