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

2009-08-24 Thread Rainer M Krug
On Mon, Aug 24, 2009 at 4:41 PM, Carson Farmer wrote:
> Hi Rainer,
>>
>> Hi
>>
>> I tried to use manageR again, but I get that dreaded
>> "'QXmlStreamReader' is not defined" error (see below). This was raised
>> already a few times, but I did niot find a fix. Is there any progress?
>>
>
> There is progress yes... I have removed it as a dependency in the newer
> version of manageR. This newer version will be totally reworked, and will be
> released in the next few weeks (probably). Unfortunately, it still needs
> work, so I won't be able to release it right away. In the mean time, try
> changing line 8 of your 'config.ini' file from 'auto_completion:
> commands.xml' to 'auto_completion: None'. This file is located in your
> manageR folder:
> /home/username/.qgis/python/plugins/manageR. You won't have autocompletion
> enabled, but if you can live without that for a while, you'll be able to use
> manageR without problems (hopefully ;-p).

Thanks Carson

I am looking forward to the new version. The modification in the ini
file improved it - I can start manageR - but as soon as I type
anything, I get the following error:

An error has occured while executing Python code:

Traceback (most recent call last):
  File "/home/rkrug/.qgis//python/plugins/manageR/QConsole.py", line
142, in keyPressEvent
if not self.isCursorInEditionZone():
  File "/home/rkrug/.qgis//python/plugins/manageR/QConsole.py", line
385, in isCursorInEditionZone
block = self.document().lastBlock()
AttributeError: lastBlock

Python version:
2.5.2 (r252:60911, Jul 22 2009, 15:52:25)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]

Python path:['/usr/share/qgis/python',
'/home/rkrug/.qgis//python/plugins', '/usr/share/qgis/python/plugins',
'/usr/lib/python25.zip', '/usr/lib/python2.5',
'/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk',
'/usr/lib/python2.5/lib-dynload',
'/usr/local/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages',
'/usr/lib/python2.5/site-packages/Numeric',
'/usr/lib/python2.5/site-packages/PIL',
'/usr/lib/python2.5/site-packages/gst-0.10',
'/var/lib/python-support/python2.5',
'/usr/lib/python2.5/site-packages/gtk-2.0',
'/var/lib/python-support/python2.5/gtk-2.0',
'/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode',
'/home/rkrug/.qgis/python/plugins/fTools/tools']

Cheers

Rainer
>
> Cheers,
>
> Carson
>
> --
> Carson J. Q. Farmer
> ISSP Doctoral Fellow
> National Centre for Geocomputation (NCG),
> National University of Ireland, Maynooth,
> Email: carson.far...@gmail.com
> Web:   http://www.carsonfarmer.com/
>      http://www.ftools.ca/
>
>



-- 
Rainer M. Krug, Centre of Excellence for Invasion Biology,
Stellenbosch University, South Africa
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


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

2009-08-24 Thread Carson Farmer

Hi Rainer,

Hi

I tried to use manageR again, but I get that dreaded
"'QXmlStreamReader' is not defined" error (see below). This was raised
already a few times, but I did niot find a fix. Is there any progress?
  
There is progress yes... I have removed it as a dependency in the newer 
version of manageR. This newer version will be totally reworked, and 
will be released in the next few weeks (probably). Unfortunately, it 
still needs work, so I won't be able to release it right away. In the 
mean time, try changing line 8 of your 'config.ini' file from 
'auto_completion: commands.xml' to 'auto_completion: None'. This file is 
located in your manageR folder:
/home/username/.qgis/python/plugins/manageR. You won't have 
autocompletion enabled, but if you can live without that for a while, 
you'll be able to use manageR without problems (hopefully ;-p).


Cheers,

Carson

--
Carson J. Q. Farmer
ISSP Doctoral Fellow
National Centre for Geocomputation (NCG),
National University of Ireland, Maynooth,
Email: carson.far...@gmail.com
Web:   http://www.carsonfarmer.com/
  http://www.ftools.ca/

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


Re: [Qgis-user] Add Raster Layer Restricted to Types of GRASS Layer and is Not a Supported Raster Data Source

2009-08-24 Thread Bob Bruce
Thanks for getting back to me, Peter. You gave me some idea of where to 
look although I couldn't find the GDAL_SKIP environment variable being 
set anywhere.


I looked through all of the .bat files that were run as QGIS started up 
and noticed that I had this call "call "%OSGEO4W_ROOT%"\bin\gdal16.bat" 
in my QGIS-1.1.bat file even though GDAL.bat was called indirectly in 
this call: "call "%OSGEO4W_ROOT%"\bin\o4w_env.bat".


So I just REMed out the call to gdal16.bat in the QGIS-1.1.bat file and 
got my list of raster data types back.


thanks again,
Bob Bruce


On 8/24/2009 8:27 AM, Peter Ersts wrote:

Bob,

The file list in the open raster dialog is dynamically built each time 
QGIS starts by getting a list of supported formats from GDAL.
Have you ever set the GDAL_SKIP environment variable? If it is set try 
removing it.


-pete

Bob Bruce wrote:

I'm hoping that someone can help

I just installed versions (1.0, 1.2, and 1.1) of QGIS using the 
OSGEO4W installer. I first ran 1.2 and added 4 .tif files to a new 
QGIS project file and saved it. I shut down QGIS and later re-opened 
it and tried opening the project and got messages saying that the 
layers couldn't be found. When I tried adding the .tif files again 
the dialog for adding image layers only displayed the type "GRASS and 
all other files", this was different from what it showed originally. 
When I tried selecting an image using this type I got the error 
message that: "this is not a supported raster data source". I tried 
uninstalling everything that was installed (using the OSGEO4W 
installer) and then reinstalling everything but this did not help. I 
had the QGIS versions and GRASS desktop applications installed and 
several libraries and command line utilities installed.


Is there a way to get back the full list of raster data types to the 
dialog to add the raster layers?


thanks,
Bob Bruce



No virus found in this outgoing message.
Checked by AVG - www.avg.com Version: 8.5.392 / Virus Database: 
270.13.65/2322 - Release Date: 08/23/09 18:03:00


  



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



No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 8.5.392 / Virus Database: 270.13.65/2323 - Release Date: 08/24/09 
06:05:00
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: AW: [Qgis-user] qgis crashes

2009-08-24 Thread Paolo Cavallini
Möri Cedric ha scritto:

> do you know from which version/revision this starts?

No idea - it was just reported a few users, and apparently my suggestion of
deleting .qgis worked

> We noticed something similar and weren't able to reproduce it for a ticket. I
> suspected something about the legend or the saved legend styles. Once I had a

I also suspect that.

> hint of qgslegend.cpp and a mouse release event in the gdb, but unfortunately
> I didn't save it and since then I wasn't able to reproduce it.
> 
> We'll keep it on our watchlist, but if anyone has a hint or something similar
> happening it would be cool to have it reported on the list. Let's hunt this
> bugs :-)

Yes, that's why I posted this :)
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Add Raster Layer Restricted to Types of GRASS Layer and is Not a Supported Raster Data Source

2009-08-24 Thread Peter Ersts

Bob,

The file list in the open raster dialog is dynamically built each time 
QGIS starts by getting a list of supported formats from GDAL. 

Have you ever set the GDAL_SKIP environment variable? If it is set try 
removing it.


-pete

Bob Bruce wrote:

I'm hoping that someone can help

I just installed versions (1.0, 1.2, and 1.1) of QGIS using the 
OSGEO4W installer. I first ran 1.2 and added 4 .tif files to a new 
QGIS project file and saved it. I shut down QGIS and later re-opened 
it and tried opening the project and got messages saying that the 
layers couldn't be found. When I tried adding the .tif files again the 
dialog for adding image layers only displayed the type "GRASS and all 
other files", this was different from what it showed originally. When 
I tried selecting an image using this type I got the error message 
that: "this is not a supported raster data source". I tried 
uninstalling everything that was installed (using the OSGEO4W 
installer) and then reinstalling everything but this did not help. I 
had the QGIS versions and GRASS desktop applications installed and 
several libraries and command line utilities installed.


Is there a way to get back the full list of raster data types to the 
dialog to add the raster layers?


thanks,
Bob Bruce



No virus found in this outgoing message.
Checked by AVG - www.avg.com 
Version: 8.5.392 / Virus Database: 270.13.65/2322 - Release Date: 08/23/09 18:03:00


  



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



--

Peter J. Ersts, Software Developer
American Museum of Natural History
Center for Biodiversity and Conservation
Central Park West at 79th Street
New York, New York 10024
Web: http://biodiversityinformatics.amnh.org
Web: http://cbc.amnh.org

Open Source,
...evolving through community cooperation to change the world bit by bit

Quantum GIS Raster Development Team. 


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


Re: [Qgis-user] 1.1.0 Unstable - not a valid or recognize raster data source

2009-08-24 Thread Darren Norris

Many thanks for the reply Swapnil,
I haven't been able to find anything reported as bug / issue.
So opened one 
https://trac.osgeo.org/qgis/ticket/1890
No idea if I put the info in correctly but hope it helps to get this resolved.
Darren

Date: 24 Aug 2009 05:46:42 -
From: "swapnil appa chaudhary" 
Subject: Re: [Qgis-user] 1.1.0 Unstable - not a valid or recognized
raster  data source
To: 
Cc: qgis-user@lists.osgeo.org
Message-ID:

<1251035815.s.3765.20037.f6mail-145-156.rediffmail.com.1251092802.11...@webmail.rediffmail.com>

Content-Type: text/plain; charset="iso-8859-1"

Hi Darren, 
This problem exist with the standalone version of QGIS Kore and QGIS Pan, both. 
This issue has been already discussed for Win Vista and Win XP separately in QGIS forum. Have a look at the following links, 


http://forum.qgis.org/viewtopic.php?f=2&t=4761

http://forum.qgis.org/viewtopic.php?f=2&t=4660

It seems can be solved by installing OSGeo installer than standalone. I've tried it and it does work. Well, it ain't the right way though. Raster and vector layers should open in GRASS plugin thr the QGIS. Lets hope it will get fixed in next stable version. 

Best, 
Swapnil 
On Sun, 23 Aug 2009 19:26:55 +0530 wrote


>Can anyone have a look to see if this is just me? QGIS can't read GRASS 
  

rasters:
OS = Windows vista,
Installed via standalone (internet connection is poor so this is the 
only option for me)
GRASS 6.4 - 
http://grass.itc.it/grass64/binary/mswindows/native/WinGRASS-6.4.0SVN-r38537-1-Setup.exe

QGIS 1.1.0 - http://download.osgeo.org/qgis/win32/QGIS-1.1.0-0-Setup.exe

When I start, QGIS can't find GRASS (GISBASE), so I manually point it to 
"C:\Program Files\QuantumGIS\grass".
Try to load a GRASS raster and now "C:/Users/Darren/Documents/GIS 
DataBase/test/PERMANENT/cellhd/comp543" is not a valid or recognized 
raster data source".


I had the same issue with QGIS 1.0.2-Kore. Uninstalled QGIS (via control 
panel - remove programs) and then installed 1.1.0..
So far everything else seems to be fine (projects open fine, GPS plugin 
etc). Any suggestions?

Many thanks,
Darren

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


AW: [Qgis-user] qgis crashes

2009-08-24 Thread Möri Cedric
Hi Paolo

do you know from which version/revision this starts? 
We noticed something similar and weren't able to reproduce it for a ticket. I 
suspected something about the legend or the saved legend styles. Once I had a 
hint of qgslegend.cpp and a mouse release event in the gdb, but unfortunately I 
didn't save it and since then I wasn't able to reproduce it.

We'll keep it on our watchlist, but if anyone has a hint or something similar 
happening it would be cool to have it reported on the list. Let's hunt this 
bugs :-)

regards
Cédric


mit freundlichen Grüssen

Cédric Möri
GIS-Informatiker

--
Kanton Solothurn
Bau- und Justizdepartement
Amt für Geoinformation
Rötistrasse 4
4501 Solothurn

Telefon: +41 (0)32 627 24 75
Telefax: +41 (0)32 627 22 14
mailto:cedric.mo...@bd.so.ch
http://www.agi.so.ch


- Originalnachricht -
Von: Paolo Cavallini 
Gesendet: Mon, 24.8.2009 10:43
An: qgis-user 
Betreff: [Qgis-user] qgis crashes

Hi all.
I have a few users who reported random crashes. Apparently this is due to some
old setting. In case you have the same problems, please remove the hidden folder
.qgis in your home dir, try again and report back here.
@devs: is this a possible explanation?
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] qgis crashes

2009-08-24 Thread Paolo Cavallini
Hi all.
I have a few users who reported random crashes. Apparently this is due to some
old setting. In case you have the same problems, please remove the hidden folder
.qgis in your home dir, try again and report back here.
@devs: is this a possible explanation?
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] [Fwd: AW: WG: Meeting in Vienna Group from 05th to 09th of November 09]

2009-08-24 Thread Werner Macho

New infos from Hotel Modul..
There were still some small missunderstandings but it should be possible 
from now on to book (if you want to stay there).

Bookings must be made until 24. Sept. 2009 with an email to

rezeptionmo...@wkw.at

or with fax or phone

Tel.: +43 1 47 660
Fax.: +43 1 47 660-116

Codeword "Cavallini" (that was not my idea - hope paolo isn't mad about 
using his name)


I hope all problems are solved now and everyone will get a bed in any Hotel

Tim did you get an answer from you hotel? If not tell me - I'll pass by 
there on my way home and ask whats up with the rooms..


regards
Werner

Ps: for all german speakers - The original message from Mrs. Fuchs attached

 Original-Nachricht 
Betreff:AW: WG: Meeting in Vienna Group from 05th to 09th of November 09
Datum:  Mon, 24 Aug 2009 10:16:55 +0200
Von:Rezeption Modul, . (WKW/MODUL) 
An: Werner Macho 



Sehr geehrter Herr Macho,

Herzlichen Dank für Ihre rasche Rückmeldung, nun habe ich etwas mehr 
Durchblick. Ich dachte, das die BOKU hinter dieser Veranstaltung steht und es 
normalerweise hier keine Probleme mit einer Unterschrift und Stempel gibt. Ich 
werde ausnahmsweise die Gruppenrate ab sofort verfügbar machen, auch ohne 
Unterschrift bzw. Stempel. Wie erwähnt müssen Ihre Teilnehmer bei uns direkt 
buchen, d.h. per email rezeptionmo...@wkw.at, Tel.: +43 1 47 660 oder Fax.: +43 
1 47 660-116 am besten unter dem Kennwort Cavallini bis 24.09.09.
Ich danke Ihnen für Ihre Antwort.
Für etwaige Rückfragen stehe ich Ihnen jederzeit gerne unter den unten 
angeführten Kontaktdaten zur Verfügung.

Mit freundlichen Grüßen,

Marlene Fuchs
Reception & Reservationmanager
Eventhotel Modul
Peter-Jordan-Straße 78
A-1190 Wien
Tel.: +43-1/47 660-6193
Fax.: +43-1/47 660-117

modulho...@wkw.at
rezeptionmo...@wkw.at 
www.hotelmodul.at

www.cateringmodul.at


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


[Qgis-user] Add Raster Layer Restricted to Types of GRASS Layer and is Not a Supported Raster Data Source

2009-08-24 Thread Bob Bruce

I'm hoping that someone can help

I just installed versions (1.0, 1.2, and 1.1) of QGIS using the OSGEO4W 
installer. I first ran 1.2 and added 4 .tif files to a new QGIS project 
file and saved it. I shut down QGIS and later re-opened it and tried 
opening the project and got messages saying that the layers couldn't be 
found. When I tried adding the .tif files again the dialog for adding 
image layers only displayed the type "GRASS and all other files", this 
was different from what it showed originally. When I tried selecting an 
image using this type I got the error message that: "this is not a 
supported raster data source". I tried uninstalling everything that was 
installed (using the OSGEO4W installer) and then reinstalling everything 
but this did not help. I had the QGIS versions and GRASS desktop 
applications installed and several libraries and command line utilities 
installed.


Is there a way to get back the full list of raster data types to the 
dialog to add the raster layers?


thanks,
Bob Bruce
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 8.5.392 / Virus Database: 270.13.65/2322 - Release Date: 08/23/09 
18:03:00
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] New spash image

2009-08-24 Thread Düster Horst
Tim

Very nice the 1.3 splashscreen. I'm missing some hand ostriches ;-))

Tomorrow I will send some examples to you.

Regards
Horst



Dr. Horst Düster
Stv. Amtschef / GIS-Koordinator 

Kanton Solothurn
Bau- und Justizdepartement
Amt für Geoinformation
SO!GIS Koordination
Rötistrasse 4
CH-4501 Solothurn

Telefon ++41(0)32 627 25 32
Telefax ++41(0)32 627 22 14

mailto:horst.dues...@bd.so.ch
http://www.agi.so.ch


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