I ran "python setup.py develop" and get an error
ERROR: 'xslt-config' is not recognized as an internal or external command, operable program or batch file.
I have installed libxml2 and libxslt according to the instructions found at https://www.zlatkovic.com/libxml.en.html (in the c:\windows directory) and I added the bin directories to path and xslt-config is in the bin directory (of libxslt).
It seems that windows doesn't respect the "#! /bin/sh" header and doesn't recognize this as a batch file.
I'm going to try adding ".bat" to the end and see if that makes everyone happy.
I ran "python setup.py develop" and get an error ERROR: 'xslt-config' is not recognized as an internal or external command, operable program or batch file. I have installed libxml2 and libxslt according to the instructions found at https://www.zlatkovic.com/libxml.en.html (in the c:\windows directory) and I added the bin directories to path and xslt-config is in the bin directory (of libxslt).
It seems that windows doesn't respect the "#! /bin/sh" header and doesn't recognize this as a batch file.
I'm going to try adding ".bat" to the end and see if that makes everyone happy.