Archive

Archive for October, 2007

Getting QGIS to install on windows AND support Python apps…

October 11th, 2007

So here are the simple (kind of) steps as of today to get a windows install of QGIS working that supports PyQt and the python bindings to QGIS… all with out having to compile anything:

1) Make sure you have Python 2.5 or newer installed on your machine… if you don’t have it you can download it from HERE (official) or HERE (my archive).

2) Install PyQt4.3.1 from HERE (official) or HERE (my archive)

3) Download and unpack THIS zip file. Copy the PyQt4 directory unpacked from the zip into your Python 2.5 site-packages directory. Make sure to save the old PyQt4 directory in the site-packages by renaming it in case something goes wrong!

4) Download and install QGIS from HERE (my archive). This is the latest release candidate from what_nick that is based on the Qt4.3.1 series.

5) In the QGIS install there are some GRASS documentation files that are missing and can cause warning dialogs to pop up when using the GRASS toolbox. You can unzip the contents of THIS archive into the QGISDIR\grass\docs\html directory to stop the warnings.

You can still follow the instructions HERE to build QGIS yourself and play to your hearts content, but I know that there are many windows users out there that really would just like to get moving without the hassle of compiling. This post is for you.

GIS Tool Install

FOSS4G 2007… Back home

October 2nd, 2007

Well, it was a great week in Victoria BC for this years FOSS4G conference! Besides the great chance to hang out with the OS GIS community, it was a great chance to take a look at what is hot in our field. Keep checking back to the FOSS4G web site as many of the presentations as well as video from the plenaries are being uploaded.

My talk on the use of PyQGIS (Python bindings to QGIS) for development of some stand alone desktop tools went well. My powerpoints are here (6 meg). I even have a couple of snapshots of giving the talk (thanks to Gary Sherman).

Gary Sherman gave a great workshop on Monday. He has posted the slides and ISO image of the live CD on the QGIS blog. Here are a couple images that show Gary laying it out and some of the students soaking it in. I also had a voice recorder and have made streaming mp3’s of the session available at the following links:

Clip #1 (streaming or mp3)

Clip #2 (streaming or mp3)

Clip #3 (streaming or mp3)

Clip #4 (streaming or mp3)

Clip #5 (streaming or mp3)

Clip #6 (streaming or mp3)

We also had a great QGIS BOF session which was well attended by a diverse group of developers, users, and interested newbies. All in all I think QGIS had a great showing at FOSS4G and am looking forward to pushing many of the ideas talked about there forward.

General