On 22/03/2023 07:36, Jari Aalto via Cygwin-apps wrote:
On 2023-03-16 18:57, Jon Turney via Cygwin-apps wrote:
On 16/03/2023 15:53, Brian Inglis via Cygwin-apps wrote:
On 2023-03-16 07:29, Jon Turney wrote:
The critical piece of data I'm missing here is which of these is true:
a) This package contains a script with a python shebang. The current
version doesn't work when python is python3, so an upgrade is needed
to continue working when python2 is removed, or
b) This package contains a script with a python shebang. The current
version will continue to work when python is python3.
Unfortunately only a generic cygbuild sh script is supplied with the
package - does nothing but complain without some other "magic" script or
data! ;^>
Jari's Debian 8/9 xlsx2csv releases have been updated to 0.20+20161027
from 0.11+20120814.
$ sed 1q xlsx2csv.py
#!/usr/bin/env python
I updated the the latest from upstream repository and it shoudl now
work with Python 3.
Thanks.