[Qgis-user] QGIS crashes after adding plugins

2009-08-25 Thread Hermann Peifer
Hi, Yesterday, I made a fresh QGIS Stable installation via the OSGEO4W installer, on WinXP. The installation went fine, but QGIS crashes as soon as I add any (random) plugin. The error message is: > AppName: qgis.exe AppVer: 0.0.0.0 ModName: qtcore.pyd > ModVer: 0.0.0.0 Offset:

Re: [Qgis-user] manage R behaviour

2009-08-25 Thread Alessandro Sarretta
Hi Carson, same behaviour for me, using QGIS trunk e QGIS 1.1, installed by OSGeo4W in Windows XP. R2.9.0 manageR 0.7.2 qt4-libs 4.5.2-1 pyqt4 4.5.2-5 python-rpy2 2.0.3-1 and congratulations, your plugin is improving really well! thanks Ale Carson Farmer ha scritto: Hi Filip, Dear all,

[Qgis-user] Selection To query

2009-08-25 Thread dassouki
Hey all, Following up on my previous question, is there a way to return a search query if the items were selected using the selection tool? cheers, dassouki ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/

Re: [Qgis-user] QGis Query Builder

2009-08-25 Thread Jacolin Yves
Le Tuesday 25 August 2009 14:39:30 dassouki, vous avez écrit : > Hey all, > > What is the best way to build a query in attribute table's search for > the following statement: > > search in roads_layer where roads_id = *I*95*. * is a wild card > > I tried the LIKE "95", it returned a lot more data t

[Qgis-user] QGis Query Builder

2009-08-25 Thread dassouki
Hey all, What is the best way to build a query in attribute table's search for the following statement: search in roads_layer where roads_id = *I*95*. * is a wild card I tried the LIKE "95", it returned a lot more data than i bargained for. cheers, dassouki __

[Qgis-user] Re: manageR question - "'QXmlStreamReader' is not defined" error

2009-08-25 Thread Carson Farmer
hmmm, this must be a function that was added with Qt4.5... sorry about that! I'll try to implement this without that function... you may consider upgrading to Qt4.5, as I suspect this is also why you were having trouble with the xml reader as well... I will let you know where I get with this asap

Re: [Qgis-user] manage R behaviour

2009-08-25 Thread Carson Farmer
Hi Filip, > Dear all, > I finally got to work manage R plug-in (version 0.7.2 woks, I use R 2.9.1, > Qgis 1.0.2, Win XP). > But I am confused by its behaviour. The console doesn't return any results. > I mean, when I type: > > $ x<-1 > $ y<-2 > $ x+y > > Nothing is returned, even though the varia

[Qgis-user] manage R behaviour

2009-08-25 Thread WCD
Dear all, I finally got to work manage R plug-in (version 0.7.2 woks, I use R 2.9.1, Qgis 1.0.2, Win XP). But I am confused by its behaviour. The console doesn't return any results. I mean, when I type: $ x<-1 $ y<-2 $ x+y Nothing is returned, even though the variables x and y exist (they are li