diff --git a/SimplePanoramaViewer b/SimplePanoramaViewer index 09d7571..e3e1620 100755 --- a/SimplePanoramaViewer +++ b/SimplePanoramaViewer @@ -23,6 +23,7 @@ else: if img == "": exit(0) +img = img.replace("\\", "/") img = img.replace("'", "\\'") exe_dir = path.dirname(path.realpath(sys.argv[0]))