If I choose the folder where my .psz and .psx project are contained, it loads the project but then i get an error and nothing is exported.
this is what I get in the console
2016-06-01 15:05:38 Skript startet...
2016-06-01 15:05:38 Loading project...
2016-06-01 15:05:40 loaded project in 2.296 sec
2016-06-01 15:05:40 Finished processing in 2.296 sec (exit code 1)
2016-06-01 15:05:46 Saving project...
2016-06-01 15:05:46 saved project in 1.31 sec
2016-06-01 15:05:46 Finished processing in 1.31 sec (exit code 1)
2016-06-01 15:05:46 Traceback (most recent call last):
2016-06-01 15:05:46 File "D:/PHOTOSCANS PROJECT PERSO/scripts/MarkerOrtho3.py", line 108, in <lambda>
2016-06-01 15:05:46 proc_export = lambda : self.procExport()
2016-06-01 15:05:46 File "D:/PHOTOSCANS PROJECT PERSO/scripts/MarkerOrtho3.py", line 215, in procExport
2016-06-01 15:05:46 chunk.buildOrthomosaic(surface = PhotoScan.DataSource.ModelData, blending = self.blending, color_correction = color_correction, projection = proj, dx = d_x, dy = d_y)
2016-06-01 15:05:46 AttributeError: 'module' object has no attribute 'DataSource'
>>>