Dear all,


I recently have installed ALPS package via conda in Win 10 (x64), and pyalps module was successfully imported in python 2.7.13.

However, when I write the input files by using a function writeInputFiles, runtime error shows up.

The error message reads:

File "C:\Users\Administrator\Anaconda2\lib\site=packages\pyalps\tools.py", line 285, in xslPath

return pyalps.pytools.search_xml_library_path("ALPS.xsl").replace(b'\0', '')


RuntimeError: Cannot find file ALPS.xls, failed to find it at /lib/xml\ALPS.xsl


Since I installed ALPS package via conda, the xsl files are located in \Anaconda2\Library\lib\xml.

Is there any way to find or adjust the path of xsl files?


Thank you.



Sincerely,


Jin Hyoun