Index: applications/editors/josm/plugins/lakewalker/Lakewalker/lakewalker.py
===================================================================
--- applications/editors/josm/plugins/lakewalker/Lakewalker/lakewalker.py	(revision 6875)
+++ applications/editors/josm/plugins/lakewalker/Lakewalker/lakewalker.py	(revision 6879)
@@ -124,4 +124,8 @@
             top_right_xy = (bottom_left_xy[0] + options.tilesize, bottom_left_xy[1] + options.tilesize)
             fname = options.wmslayer+"/landsat_%d_%d_xy_%d_%d.png" % (options.resolution, options.tilesize, bottom_left_xy[0], bottom_left_xy[1])
+            
+            if not os.path.exists(options.wmslayer+"/"):
+              os.mkdir(options.wmslayer)
+            
             im = self.images.get(fname, None)
             if im is None:
