Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-22 Thread Richard Duivenvoorde
Hi Aaron, Ok, I've got the preview running (with python plugins) on debian now. But... wanted to try to build it on winXP, following the directions in: http://wiki.qgis.org/qgiswiki/BuildingFromSource Looked promising, though the msys environment seemed to be in http://qgis.org/uploadfiles/msys

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-21 Thread Richard Duivenvoorde
Hi Aaron, I'm using a plain vanilla python 2.5 (Python 2.5 (r25:51908, Sep 19 2006, 09:52:17)) msi-install (in c:\Program Files\, could that be a problem?) I installed the binary QT4 (PyQt-Py2.5-gpl-4.3.0-b1.exe) from: http://www.riverbankcomputing.co.uk/pyqt/download.php And a qgis preview bui

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-21 Thread Aaron Racicot
ivenvoorde Sent: Tuesday, August 21, 2007 1:57 AM To: Martin Dobias Cc: [EMAIL PROTECTED] Subject: Re: [Qgis-user] qgis python plugins / bindings on windows It seems to me that there is no QApplication constructed/available yet? Python console in qgis is working: >>> import PyQt4

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-21 Thread Richard Duivenvoorde
It seems to me that there is no QApplication constructed/available yet? Python console in qgis is working: >>> import PyQt4.QtGui >>> PyQt4.QtGui.QApplication.beep() >>> print iface works, but calling >>> PyQt4.QtGui.QApplication.aboutQt() makes qgis crash with message: QWidget: Must constr

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-20 Thread Richard Duivenvoorde
Hi Martin, Ok thanks, I'm running now. I've installed the binary PyQt. And it seems that qgis is accepting this. One note: you have to install Python/PyQt BEFORE installing qgis (off course, but I didn't, gqis starts complaining then that 'couldn't load qgis bindings' :-0 ). First I donwloade

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-20 Thread Martin Dobias
On 8/20/07, Richard Duivenvoorde <[EMAIL PROTECTED]> wrote: > > My questions (hopefully this will be a quickstart the for all c-noobs > like me): > > - will you need a c-build environment (including make) to make python > plugins? Now or after the 'real' 0.9 release? Hi Richard! When using binari

[Qgis-user] qgis python plugins / bindings on windows

2007-08-20 Thread Richard Duivenvoorde
Hi List, after reading the python plugin wiki pages I became excited and wanted to try to build my first python plugin (using the 0.9.0 preview binary on windows). And failed because of some complexities (for me :-( ) I downloaded SIP and PyQt4.3, but failed to install them because I don't hav