]> git.lyx.org Git - lyx.git/commitdiff
Add further debug information fow windows (#11457)
authorJosé Matos <jamatos@lyx.org>
Fri, 31 May 2019 15:07:13 +0000 (16:07 +0100)
committerJosé Matos <jamatos@lyx.org>
Fri, 31 May 2019 15:07:13 +0000 (16:07 +0100)
lib/scripts/lyxpreview2bitmap.py

index 6a7259a9b57032cda3cc020d63757b0bf72b4586..b02c5228c2ea383b63f5e04557ef550df349ab0a 100755 (executable)
@@ -386,6 +386,8 @@ def main(argv):
     # Echo the settings
     progress("Running Python %s" % str(sys.version_info[:3]))
     progress("Starting %s..." % script_name)
+    if os.name == "nt":
+        progress("Use win32_modules: %d" % lyxpreview_tools.use_win32_modules)
     progress("Output format: %s" % output_format)
     progress("Foreground color: %s" % fg_color)
     progress("Background color: %s" % bg_color)