On 04.02.2021 03:30, Marco Atzeri wrote:
On 04.02.2021 03:00, Marco Atzeri wrote:
On 04.02.2021 00:30, Yaakov Selkowitz via Cygwin-apps wrote:
On Wed, 2021-02-03 at 16:49 -0500, Ken Brown via Cygwin-apps wrote:
dblatex (still shown as maintained by Yaakov) is currently broken
because it
was built for python2 but its shebang points to python.
I could do a quick non-maintainer upload to fix the shebang, but maybe
someone wants to adopt it and rebuild it for python3.
Please note that the version currently in Cygwin is not Py3
compatible; the
latest upstream version should be though.
let me try to build upstream version
Regards
Marco
0.3.12-1
going up with
----------------------------------
#!/usr/bin/python3
from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')
------------------------------------
Regards
Marco