Add further debug information fow windows (#11457)

This commit is contained in:
José Matos 2019-05-31 16:07:13 +01:00
parent 71fe328207
commit 050f0cbc91

View File

@ -386,6 +386,8 @@ def main(argv):
# Echo the settings # Echo the settings
progress("Running Python %s" % str(sys.version_info[:3])) progress("Running Python %s" % str(sys.version_info[:3]))
progress("Starting %s..." % script_name) 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("Output format: %s" % output_format)
progress("Foreground color: %s" % fg_color) progress("Foreground color: %s" % fg_color)
progress("Background color: %s" % bg_color) progress("Background color: %s" % bg_color)