Hi, I'am writing a python standalone application, which should later run on windows (not my choice...). All the development is done on Ubuntu 12.04.
 
I managed to run the application with a standard QGIS 2.2 Windows installer package. The problem is, that it starts but crashes unexpectedly without any python error messages. And the error doent appear on every start. Windows just says that python crashed...not very helpful. I think the problem is related to different software versions, especially Qt, PyQt, SIP, GDAL and maybe something else.
 
This are the Linux versions running:
QGIS-Version                    2.2.0-Valmiera
QGIS-Codeversion                exported
Kompiliert gegen Qt             4.8.1
Laufendes Qt                    4.8.1
Kompiliert mit GDAL/OGR         1.10.0
Läuft mit GDAL/OGR              1.11dev
Kompiliert mit GEOS             3.3.8-CAPI-1.7.8
Läuft mit GEOS                  3.4.2-CAPI-1.8.2 r3921
PostgreSQL-Client-Version       9.1.11
SpatiaLite-Version              4.1.1
QWT-Version                     5.2.2
PROJ.4-Version                  480
QScintilla2-Version
SIP                             4.13.2
PyQt                            4.9.1
 
On Windows I got the following versions:
QGIS-Version                    2.2.0-Valmiera
QGIS-Codeversion                c3a2817
Kompiliert gegen Qt             4.7.1
Laufendes Qt                    4.7.1
Kompiliert mit GDAL/OGR         1.10.1
Läuft mit GDAL/OGR              1.10.1
Kompiliert mit GEOS             3.4.2-CAPI-1.8.2
Läuft mit GEOS                  3.4.2-CAPI-1.8.2 r3921
PostgreSQL-Client-Version       8.3.10
SpatiaLite-Version              4.1.1
QWT-Version                     5.2.1
PROJ.4-Version                  480
QScintilla2-Version             2.6.2
SIP                             4.12.1
PyQt                            4.8.3
 
Cause I dont like to bother with compiling the complete Windows stack from souce, I tryed to do this on Linux. I tried to create a virtualenv with all the packages I need. The python packages are no problem, but the c packages are (GDAL, QGIS, etc.) are. Has someone tips, a more or less detailed description, a working virtualenv, or a zc.buildout script to ease this work? Maybe a windows installation with more up to date packages will be helpful.
 
Matthias
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to