In Lianja 4.1.2 this now all works as expected.
lianja --file c:\lianja\apps\matchbackmain\generate_file.py --args "'D:\\buffys2ep20\\test36\\jpg\'"
or
lianjaruntime --file...
Type: Posts; User: barrymavin
In Lianja 4.1.2 this now all works as expected.
lianja --file c:\lianja\apps\matchbackmain\generate_file.py --args "'D:\\buffys2ep20\\test36\\jpg\'"
or
lianjaruntime --file...
Hi Herb,
When you spawn the python interpreter how are you referencing the args?
Hi Herb
https://www.lianja.com/doc/index.php/Command_Line_Switches
You may need to use
lianjaruntime —file filename.ext
Hi Herb,
You can run.
lianjaruntime filename.ext
where ext can be .dbo, .py, .php or .js.
So you should spawn the runtime which has python embedded.