Re: [Qgis-user] (no subject)

2010-10-08 Thread Paolo Cavallini
Il 08/10/2010 19:38, Mark Chapman ha scritto: requested the password to be sent to me so that I could enter it and have my name removed but it was not sent to me. so you probably entered the wrong address (differnt from the one you used for subscription). All the best. -- Paolo Cavallini:

Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
Hi Noli, the Python Plugin Installer shows the unsatisfied dependencies yet. After the error message you should see the Error loading plugin dialog which says to you there are unfulfilled dependencies. Instead it's strange to see the error message! Trying to install other plugin with

Re: [Qgis-user] (no subject)

2010-07-26 Thread Lionel Roubeyrie
Hi all, it's not an abnormal plugin fonctionnality but a standard error message saying there's some python unsatisfied dependencies, like you can read at the end of the error message or from the shell : ImportError: No module named matplotlib.pyplot. Just have to install matplotlib and all will be

Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
Hi Lionel, On Mon, Jul 26, 2010 at 1:43 PM, Lionel Roubeyrie lionel.roubey...@gmail.com wrote: Hi all, it's not an abnormal plugin fonctionnality but a standard error message saying there's some python unsatisfied dependencies, like you can read at the end of the error message or from the

Re: [Qgis-user] (no subject)

2010-07-26 Thread Lionel Roubeyrie
Hi Guiseppe, ok no polemic no troll (and no woman no cry :p ) just sometimes is good to look at the basics. For the message, effectively the Python plugin installer normally catches the error, then what about the first Herman problem ImportError: No module named owslib.etree? Is it possible to

Re: [Qgis-user] (no subject)

2010-07-26 Thread Giuseppe Sucameli
On Mon, Jul 26, 2010 at 4:23 PM, Lionel Roubeyrie lionel.roubey...@gmail.com wrote: For the message, effectively the Python plugin installer normally catches the error, then what about the first Herman problem ImportError: No module named owslib.etree? I looked at source code and yes, it's a

Re: [Qgis-user] (no subject)

2010-07-25 Thread John C. Tull
How about: rm -rf /Users/hermanpalaquium/.qgis/python/plugins On Jul 24, 2010, at 11:59 PM, herman palaquium wrote: Couldn't load plugin 'contour' from ['/Users/hermanpalaquium/.qgis/python/plugins/GeoCoding', '/Users/hermanpalaquium/.qgis/python/plugins/elevation',

Re: [Qgis-user] (no subject)

2010-07-25 Thread Carson Farmer
Except that will remove all plugins! What you probably really want is: rm -rf /Users/hermanpalaquium/.qgis/python/plugins/contour Which will only remove the contour plugin, which is failing to load because matplotlib isn't installed... I think you can also do this from the Python plugin

Re: [Qgis-user] (no subject)

2010-07-25 Thread Noli Sicad
I think this problem is very typical problem for plugins with dependencies with other python packages. It would have been better if plugins would show the dependecies message so user could download and install the package. In this case, just tell the user to download and install the matplotlib

Re: [Qgis-user] (no subject)

2010-06-18 Thread Alexander Bruy
If you work with QGIS from OSGeo4W check if package gdal16-python is installed. You need this package for using GDAL Tools plugin. On Fri, 18 Jun 2010 10:53:53 -0400 Gerardo Jimenez gej...@hotmail.com wrote: Hi I wonder If somebody can help me with this, I tried to get contours from a

Re: [Qgis-user] (no subject)

2008-12-30 Thread John C. Tull
Tom, Have you tried building with the qt-4.5 beta that recently was released? I'm trying with the binary from trolltech (have not tried a source build yet), but seem to be hitting some issues with international support (maybe the binary does not have that included; it's not a big

Re: [Qgis-user] (no subject)

2008-12-30 Thread John C. Tull
I reinstalled my Qt as I noticed some pieces were missing after doing a Customized install excluding documentation and examples. I also rebuilt sip and PyQt4. The grass shell is definitely a show stopper currently. If I disable grass, I still am not able to get finished. I am still not

Re: [Qgis-user] (no subject)

2008-10-18 Thread Tom Elwertowski
William Kyngesburye wrote: I'd be happy with Tom's proof-of-concept fix - I think the main need for access to external drives is to add raster and vector layers. Since Qt is saving the volume list in com.trolltech.plist and then retrieving the list for subsequent dialogs, the proof-of-concept

Re: [Qgis-developer] Re: [Qgis-user] (no subject)

2008-10-18 Thread Tom Elwertowski
Tim Sutton wrote: As a general rule we need to consult the community / documentation team before doing any GUI changes prior to 1.0 release with some comment on impact levels they may expect. Agreed but I don't see a GUI change here. The bug is that the volume list in a QFileDialog (a Qt not

Re: [Qgis-community-team] Re: [Qgis-developer] Re: [Qgis-user] (no subject)

2008-10-18 Thread Otto Dassau
On Sat, 18 Oct 2008 07:15:10 +0200 Tim Sutton [EMAIL PROTECTED] wrote: Hi Folks Note that we are currently in GUI freeze. While I support the fix we should liase with the community / documentation team to see if these changes will be ok for them. Tara / Otto can you please give the go

Re: [Qgis-user] (no subject)

2008-10-17 Thread John C. Tull
On Oct 16, 2008, at 9:47 PM, Tom Elwertowski wrote: William Kyngesburye wrote: On Oct 16, 2008, at 9:29 AM, Sergio Zárate Pedroche wrote: In a different issue, QGIS will not read volumes (an external firewire drive). I think this is a known issue. I thought there was work done to add a

Re: [Qgis-user] (no subject)

2008-10-17 Thread John C. Tull
On Oct 17, 2008, at 8:13 PM, William Kyngesburye wrote: On Oct 17, 2008, at 9:46 PM, John C. Tull wrote: About two weeks ago, the non-native dialog disappeared from Qt 4.5. All Mac file dialogs are native. Appending extra controls to Mac native file dialogs hasn't been implemented yet so

Re: [Qgis-user] (no subject)

2008-10-17 Thread Tom Elwertowski
John C. Tull wrote: On a side note, with Qt4.5 carbon built from today's snapshot, the grass plugin fails to compile. I had to disable grass in order to get a finished qgis trunk build. Because qt is not stable, I have not filed a bug. qgsgrassshell is the one remaining QGIS module that

Re: [Qgis-user] (no subject)

2008-10-16 Thread William Kyngesburye
On Oct 16, 2008, at 9:29 AM, Sergio Zárate Pedroche wrote: Hi, I have a problem with RGB complement. The installer says: no module named gdal. I installed from binaries for Mac using Tiger 10.4.11. Which binary - my framework-based, or Tom's all-in-one? Which Qgis version? In a different

<    1   2