Just seeing this, Bill is spot on, enfuse_pro from Holger Klemm doesn't work on Windows. I rewrote it and you can find it in the official lua scripts repo: https://github.com/darktable-org/lua-scripts
If you load this instead of enfuse_pro it should work. (note, there are some setup steps needed: you need to open the options dialog and go to lua tab and setup the binary locations for the 3 programs used in this script) On Wed, Mar 13, 2019 at 12:38 PM William Ferguson <wpfergu...@gmail.com> wrote: > > > On Wed, Mar 13, 2019 at 4:42 AM Christian <chris66...@gmx.de> wrote: > >> Hi. >> Update: Small scripts like "image_path_in_ui" are working. >> >> So there is a problem with this special script "enfuse_pro", maybe not >> compatible with 2.6.1. >> > > contrib/enfuseAdvanced is a reworked copy of enfuse_pro that is included > in the repository and works on windows. enfuse_pro may not work on windows > because it was written prior to darktable being able to run on windows. > Since darktable has been able to run on windows, we (the lua-script > developers and maintainers) have spent a lot of time and effort getting the > scripts to be cross platform. The README in the lua scripts repository > shows platform compatibility for each of the scripts. > > >> anyway, print-commands in luarc giving no output to the windows-console >> seems to be a little bug. >> > > try redirecting the output to a file, i.e. darktable -d lua > log.txt > >> >> Chris >> >> >> Am 12.03.2019 um 11:16 schrieb Christian: >> >> Am 12.03.19 um 09:59 schrieb Christian: >> >>> Hi, >> >>> tried to install the "enfuse_pro" script with no success. >> >>> >> >>> So, in C:\Users\chris\AppData\Local\darktable I created a file with >> >>> content: >> >>> >> >>> print("Hello World !") >> >>> require "contrib/enfuse_pro" >> >>> >> >>> But when I start DT in a cmd window ("darktable -d lua") nothing is >> >>> printed on the console. >> >>> >> >>> lua version: >> >>> >> >>> C:\Program Files\darktable\bin>lua -v >> >>> Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio >> >>> >> > > Bill > > ___________________________________________________________________________ >> darktable developer mailing list >> to unsubscribe send a mail to >> darktable-dev+unsubscr...@lists.darktable.org >> >> > ___________________________________________________________________________ > darktable developer mailing list to unsubscribe send a mail to > darktable-dev+unsubscr...@lists.darktable.org > ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org