tooxie / shiva-server

A RESTful API to your music collection
http://shiva.readthedocs.org/en/latest/intro.html
MIT License
555 stars 51 forks source link

xslt-config error in python setup.py develop command #182

Open davemenc opened 8 years ago

davemenc commented 8 years ago

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.

davemenc commented 8 years ago

Adding .bat definitely got it to run it but this is NOT a windows batch file.