<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 10/20/2010 12:34 PM, Paolo Cavallini wrote:
    <blockquote cite="mid:4CBEC5B7.1090804@faunalia.it" type="cite">
      <pre wrap="">Hi all.
We (Faunalia, for Regione Toscana) have developed a couple of plugins: RT SQL layer,
to build arbitrary select queries and load results on the canvas, and RT PostGIS
extractor, to export large amounts of data cut by another vector (in PostGIS or drawn
by hand.
Thy are in production now, and we feel they are mature enough for being of general
(even if specialized) use. We request therefore their inclusion in trunk. We are
committed to their maintenance.
All the best.
</pre>
    </blockquote>
    <font size="-1">Hi, </font><br>
    when trying to run  RT PostGIS Extractor on Debian Lenny (Qt 4.4.3)
    it is crashing with following error:<br>
    <style type="text/css">p, li { white-space: pre-wrap; }</style>
    <p style="margin: 0px; text-indent: 0px;">Traceback (most recent
      call last):<br>
        File
      "/home/ivo/.qgis/python/plugins/rt_postgres_extractor/ManagerPlugin.py",
      line 37, in run<br>
          self.dlg = Wizard(self.iface.mainWindow(), self.iface)<br>
        File
      "/home/ivo/.qgis/python/plugins/rt_postgres_extractor/Wizard.py",
      line 25, in __init__<br>
          self.setupUi()<br>
        File
      "/home/ivo/.qgis/python/plugins/rt_postgres_extractor/Wizard.py",
      line 58, in setupUi<br>
          exec( "wizPage = %s( self.iface, self.wizState )" % p )<br>
        File "", line 1, in <br>
        File
      "/home/ivo/.qgis/python/plugins/rt_postgres_extractor/WizPage5.py",
      line 27, in __init__<br>
          self.setupUi(self)<br>
        File
      "/home/ivo/.qgis/python/plugins/rt_postgres_extractor/ui/WizPage5_ui.py",
      line 55, in setupUi<br>
          self.progressBar.setProperty("value", 24)<br>
      TypeError: argument 2 of QObject.setProperty() has an invalid type</p>
    <br>
    We where already solving similar problem in Table Manager.<br>
    'self.progressBar.setProperty("value",QtCore.QVariant(0))' was
    fixing the problem.<br>
    <br>
    Ivan<br>
    <br>
    -- <br>
    <pre class="moz-signature" cols="72">Ivan Mincik, Gista s.r.o.</pre>
  </body>
</html>