<div dir="ltr"><br>Dear all,<br>I have a very annoying problem with my QGIS stand alone application, I have already asked this question to the QGIS User Community but without luck.<br>It seems that the application can not create a coordinate reference system, and this is affecting my whole workflow.<br>The script works perfectly inside the QGIS python console, but not in the stand alone mode.<br><br>from qgis.core import *<br>QgsApplication.setPrefixPath("/usr", True)<br>QgsApplication.initQgis()<br>app = QgsApplication([], True)<br>map_projection = QgsCoordinateReferenceSystem(4326, QgsCoordinateReferenceSystem.EpsgCrsId)<br>map_projection_descr = map_projection.description()<br>print map_projection.isValid()<br><br><br>The output of the last line is 'False'.<br>I tried to change the prefix path to "/usr/share/qgis/resources/“ but this doesn’t make any difference.<br>I’m using python 2.7.6 on Ubuntu 14.04. QGIS version: 2.6.1<br><br><br>Thank you in advance.<br>Best Regards,<br><br><br>Andrea</div>