From: José Matos Date: Fri, 31 May 2019 15:07:13 +0000 (+0100) Subject: Add further debug information fow windows (#11457) X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1951 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=050f0cbc91863ae608bba00c858b357f20198bcc;p=lyx.git Add further debug information fow windows (#11457) --- diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 6a7259a9b5..b02c5228c2 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -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)