[Qgis-user] python plugin on windows

2008-01-31 Thread Tara Athan
I am trying to follow the manual, Section 12, Subsection 7 to get started writing Python Plugins I am getting stuck at step 3 because I am using Windows (XP) To turn the resource file into something the plugin can use, it must be compiled using the PyQt resource compiler: pyrcc4 -o

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi Tara I'm guessing you are probably going to need PyQt installed on your computer (and by extension Qt too). Martin or Aaron will probably be able to better confirm this. There are notes on how to do this here: http://wiki.qgis.org/qgiswiki/BuildingFromSource (section 3) Hope that helps!

Re: [Qgis-user] Qgis can not open more than 1012 files

2008-01-31 Thread Oleg Gusev
Am Donnerstag 31 Januar 2008 14:09:50 schrieb Jean-Claude Repetto: The first 1012 files are opened, but for the others QGIS gives this error message : Critical: Data source is invalid You have a limit of 1024 file descriptors per process (ulimit -n) ? Oleg.

[Qgis-user] Qgis can not open more than 1012 files

2008-01-31 Thread Jean-Claude Repetto
Hi, I am trying to open a large amount of ECW files (more than 1000) with QGIS 0.9.1 The first 1012 files are opened, but for the others QGIS gives this error message : Critical: Data source is invalid The last files are correct, QGIS can open them. Is it a known limitation ? Is there a way

Re: [Qgis-user] Qgis can not open more than 1012 files

2008-01-31 Thread Jean-Claude Repetto
Oleg Gusev a écrit : Am Donnerstag 31 Januar 2008 14:09:50 schrieb Jean-Claude Repetto: The first 1012 files are opened, but for the others QGIS gives this error message : Critical: Data source is invalid You have a limit of 1024 file descriptors per process (ulimit -n) ? Oleg. Exactly

[Qgis-user] closing bugs

2008-01-31 Thread Paolo Cavallini
Hi all. I had a look to the bug list, and I think many of them are no longer valid. I would urge all those who reported a bug to check whether it is still valid, and if not, to close them. This is important, both for users (who do not get lost in a swamp of would-be bugs) and for developers, who

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tara Athan
I have PyQt GPL v4.3.3 installed, but I don't know how to make it perform this task (of compiling the resource file). The QGIS 0.9 manual does not describe anything so complicated as building from source. Tim, I appreciate the help, but this URL is way beyond my level at present. Tara Tim

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi Where you installed pyqt, did it not put a pyrcc file somewhere in your path? If so then you use the line from your original message: pyrcc4 -o resources.py resources.qrc Regards Tim 2008/1/31, Tara Athan [EMAIL PROTECTED]: I have PyQt GPL v4.3.3 installed, but I don't know how to make

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Richard Duivenvoorde
Hi Tara, don't know if I can make it more clear, but on Linux this command 'pyrcc4' is in you PATH when you installed PyQt. On windows, it's possible that these binaries are not in your path. With me they were found here: C:\program files\Python25\pyrcc4.exe after installing. So you either

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread sherman
Use pyrcc4 from the command line. Sent from my BlackBerry® -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Gary Sherman Chair, QGIS Project Steering Committee Micro Resources: http://mrcc.com *Geospatial Hosting *Web Site Hosting We work virtually everywhere

[Qgis-user] Short Training Initiative 'Free and Open Source Software Tools for Geomatics', 18 to 29-august-2008, Leuven, Belgium

2008-01-31 Thread Nasa
Dear Members, I would like to announce the short training on Free and Open Source Geomatics tools for Land evaluation and Land use planning with emphasis on the Quantum-GIS and GRASS-software 18 to 29 August 2008 in Leuven, Belgium The short training is meant to help participants to: •

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Tim Sutton
Hi all 2008/1/31, Richard Duivenvoorde [EMAIL PROTECTED]: # You'll need pyrcc4 for generating a python resource file (will hold your images/icons etc) Just a small ammendment - as far as I know this is resource file is not python specific but rather Qt specific - which means for example

Re: [Qgis-user] error using the stand alone app Oceanmap

2008-01-31 Thread Martin Dobias
On Jan 29, 2008 11:53 PM, Tim Michelsen [EMAIL PROTECTED] wrote: 2. try to find QGIS in some default paths (/usr, /usr/local on linux or ${PROGRAM_FILES}/Quantum GIS on windows etc.) or try to use a previously saved path to QGIS installation from QSettings 3. if no installation has been

Re: [Qgis-user] closing bugs

2008-01-31 Thread Magnus Homann
Paolo Cavallini wrote: Hi all. I had a look to the bug list, and I think many of them are no longer valid. I would urge all those who reported a bug to check whether it is still valid, and if not, to close them. This is important, both for users (who do not get lost in a swamp of would-be

Re: [Qgis-user] closing bugs

2008-01-31 Thread Tim Sutton
Hi We are going to be hopefully moving various qgis facilities onto different servers in the near future so I would prefer to do this afterwards, though I support the idea of closing aging bugs. The people I rent the server from auto close issues after 48 hours if waiting response from the

[Qgis-user] new python plugin does not show up

2008-01-31 Thread Tara Athan
I have now made it through all the steps in the manual (Section 11, subsection 7) for Using the Python Plugin. However the NewLayer plugin does not appear in the PlugIn Manager. I see a similar post on the Plugin forum (DeveloperPlugins August, 2007) but there were no replies. Version 0.9.0,