Re: [Qgis-developer] Installer plugin error

2011-08-26 Thread Borys Jurgiel
> and I'm not able to run the main windows because of
> > quite mysterious error:
> > TypeError: expected 1 arguments, got 0
> 
> confirmed, seen also here

Partially fixed in my repo: http://github.com/borysiasty/Quantum-GIS/

It's due to Qt bug when sorting a tree widget. Now it doesn't occur when the 
installer starts, but still does when you try to sort the list (strictly 
speaking: the tree)
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Installer plugin error

2011-08-21 Thread Paolo Cavallini
Il 21/08/2011 16:18, Borys Jurgiel ha scritto:

>> confirmed, seen also here
> 
> Have you found the reason?

not, unfortunately

-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Installer plugin error

2011-08-21 Thread Borys Jurgiel
> this is now solved - please beware that I'm running a modified version of
> the installer, recently improved by Giuseppe (please Giuseppe see if you
> can commit these changes)

Looking forward to see it :) 

> > quite mysterious error:
> > 
> > TypeError: expected 1 arguments, got 0
> 
> confirmed, seen also here

Have you found the reason?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Installer plugin error

2011-08-15 Thread Paolo Cavallini
Il 14/08/2011 12:12, Borys Jurgiel ha scritto:

> Strange things happen to Plugin Installer under Debian last weeks. Paolo 
> reported another error, 

this is now solved - please beware that I'm running a modified version of the
installer, recently improved by Giuseppe (please Giuseppe see if you can commit 
these
changes)

and I'm not able to run the main windows because of
> quite mysterious error:
> 
> TypeError: expected 1 arguments, got 0

confirmed, seen also here

-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Installer plugin error

2011-08-14 Thread Borys Jurgiel
Dnia sobota, 13 sierpnia 2011 o 21:27:09 Giovanni Manghi napisaƂ(a):
> > Anyone confirms?
> 
> On ubuntu 11.04/QGIS traunk I get "aborted by user".\

Strange things happen to Plugin Installer under Debian last weeks. Paolo 
reported another error, and I'm not able to run the main windows because of 
quite mysterious error:

TypeError: expected 1 arguments, got 0

It's raised when calling various method of various widgets: clearing one 
qcombobox (but adding items to it goes smooth), adding items to another 
qcombobox (but clearing this one goes smooth), selecting items in qlistwidget 
etc.

Debian unstable, 
SIP 4.12.3-1
Python both 2.6 & 2.7
PyQt 4.8.3
Qt 4.7.3

Does anybody have any idea?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Installer plugin error

2011-08-13 Thread Giovanni Manghi

> Anyone confirms?


On ubuntu 11.04/QGIS traunk I get "aborted by user".

cheers

-- Giovanni --


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


[Qgis-developer] Installer plugin error

2011-08-10 Thread Paolo Cavallini
Hi all.
If I click on "Abort" during plugin download, I get:

Errore durante l'esecuzione di codice Python:

Traceback (most recent call last):
  File "/home/paolo/.qgis/python/plugins/plugin_installer/installer_gui.py", 
line
230, in abort
self.reply.deleteLater()
AttributeError: 'NoneType' object has no attribute 'deleteLater'

Anyone confirms?
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer