Re: [QGIS-Developer] Failure in uploading plugin

2017-10-08 Thread Mauro Alberti
Changing PC, always Linux Mint (more recent version) and same zip creation procedure, the upload worked. Possibly a zip format incompatibility. Thanks, mauro On Sat, Oct 7, 2017 at 10:04 PM, Tom Chadwin wrote: > That's it. A single root folder whose name matches the plugin, and the > plugin > f

Re: [QGIS-Developer] Failure in uploading plugin

2017-10-07 Thread Mauro Alberti
zipping the folder name 'qProf' in Linux. Are there any particular assumption/requirement about the uploaded zip structure? Il 07/Ott/2017 12:14, "Tom Chadwin" ha scritto: > How are you creating the zip? > > Tom > > > > - > Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon > -- > S

[QGIS-Developer] Failure in uploading plugin

2017-10-07 Thread Mauro Alberti
Hi, I am receiving errors when I try to upload a new version of qProf plugin. I've checked the metadata, but after trying the upload I always get the message: *There were errors reading plugin package (please check also your plugin's metadata). Could not unzip file.* and I am not sure where the pr

Re: [Qgis-developer] QGIS Win64 minidump due to GDAL function

2014-11-03 Thread Mauro Alberti
; > regards, Luigi Pirelli > > On 3 November 2014 21:37, Mauro Alberti wrote: > > Hi all, > > I have a persistent issue with a Python plugin of mine, qgSurf. > > There is no (observed) problem when using this plugin in Linux (Mint) 64 > bit > > with QGIS 2.4 or 2

[Qgis-developer] QGIS Win64 minidump due to GDAL function

2014-11-03 Thread Mauro Alberti
Hi all, I have a persistent issue with a Python plugin of mine, qgSurf. There is no (observed) problem when using this plugin in Linux (Mint) 64 bit with QGIS 2.4 or 2.6, or for QGIS 2.4 in Win 32 bit (I don't know for QGIS 2.6 Win32). However, when using it in a Win64 versions, be it 2.4 or 2.6 fr

Re: [Qgis-developer] Metasearch error in Qgis 2.3.0-21 64bit Win

2014-05-30 Thread Mauro Alberti
On Fri, May 30, 2014 at 5:42 PM, Tom Kralidis wrote: > Isn't pytz being picked up from > https://github.com/qgis/QGIS/tree/master/python/ext-libs ? > No, at least in my case the MetaSearch module bundled with the installer doesn't start correctly and is then signalled as corrupted, due to lack o

[Qgis-developer] Metasearch error in Qgis 2.3.0-21 64bit Win

2014-05-30 Thread Mauro Alberti
Hi all, I'm trying QGIS from standalone installer 2.3.0-21 64bit (Win 8) and at the start I'm getting a message error related to the MetaSearch plugin, that doesn't find the pytz module. Is this a known issue? Mauro ___ Qgis-developer mailing list Qgis-

[Qgis-developer] Errors with destinationCrsChanged and hasCrsTransformEnabledChanged signals

2014-03-09 Thread Mauro Alberti
Hi everyone, i'm not able to connect to *destinationCrsChanged *and *hasCrsTransformEnabledChanged *signals from a map canvas, in a Python plugin. My code sample is: *self.canvas.destinationCrsChanged.connect( self.get_current_canvas_crs )* *self.canvas.hasCrsTransformEnabledChanged[bool].connect

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Mauro Alberti
Hi Jurgen, On Thu, Mar 6, 2014 at 11:32 AM, Jürgen E. wrote: > > > Python installed via Python(x,y), where there is already a plenty of > > modules installed and it is very easy to install/update via > > pip/easy_install and so on. > > http://trac.osgeo.org/osgeo4w/wiki/ExternalPythonPackages >

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Mauro Alberti
In my opinion, a much simpler and cleaner approach (at least from the point of view of a normal user), would be to allow, in QGis Windows (standalone installer), the user not to point to (or not install) an internal Python, but to refer to an external installation. For instance, to point to a Pytho

Re: [Qgis-developer] plugin requiring guiqwt

2013-07-29 Thread Mauro Alberti
On Mon, Jul 29, 2013 at 4:26 PM, Etienne Tourigny wrote: does not matplotlib have such gui elements? matplotlib is lower-level, surely would require (much) more work to do the same, and I'm not sure if it supports interactivity between spline parameters changed by the user in a slider, and

[Qgis-developer] plugin requiring guiqwt

2013-07-29 Thread Mauro Alberti
Hi all, I've created a tool in Python, that requires guiqwt for the interactive graphical definition of spline parameters. I would like to include it into a plugin of mine (for Qgis 1.8), that currently does not require any non-standard Python module. I don't know what could be the best way, mainly