[Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Ziegler Stefan
Hi Since I do not have access to a server w/o x server I cannot test it by myself. Does anybody know if a running x server is required to run pyqgis standalone apps? E.g. something like this: app = QApplication(sys.argv) QgsApplication.setPrefixPath(/home/stefan/Apps/qgis_master, True)

Re: [Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Alessandro Pasotti
2014-10-28 11:47 GMT+01:00 Ziegler Stefan stefan.zieg...@bd.so.ch: Hi Since I do not have access to a server w/o x server I cannot test it by myself. Does anybody know if a running x server is required to run pyqgis standalone apps? E.g. something like this: app = QApplication(sys.argv)

Re: [Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Martin Dobias
Hi Stefan On Tue, Oct 28, 2014 at 5:47 PM, Ziegler Stefan stefan.zieg...@bd.so.ch wrote: Since I do not have access to a server w/o x server I cannot test it by myself. Does anybody know if a running x server is required to run pyqgis standalone apps? E.g. something like this: app =

Re: [Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Ziegler Stefan
Thanks! Regards Stefan -Ursprüngliche Nachricht- Von: Martin Dobias [mailto:wonder...@gmail.com] Gesendet: Dienstag, 28. Oktober 2014 11:56 An: Ziegler Stefan Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] PyQGIS standalone without x server Hi Stefan On Tue