I get the following error when attempting to do the first first step of the slig quick start guide. I'm using python version 2.7.6 but I'm not very familiar with it so I cant quite figure out whats going wrong. any help would be greatly appreciated!
59 '*_template.inp' template files found.
The syntax of the command is incorrect.
The syntax of the command is incorrect.
Building directory tree and input files.
The syntax of the command is incorrect.
Warning: Burnup step added (templates\1uox\abb8x8-1_template.inp).
Initial step is > 3 days.
././/templates\1uox\abb8x8-1_template.inp
Traceback (most recent call last):
File "slig.py", line 1000, in <module>
main()
File "slig.py", line 199, in main
template.duplicateTo(workFileName)
File "slig.py", line 800, in duplicateTo
self.template.copyFileTo(newName)
File "slig.py", line 991, in copyFileTo
shutil.copy(self.fileName,newName)
File "C:\Python27\lib\shutil.py", line 119, in copy
copyfile(src, dst)
File "C:\Python27\lib\shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: './workSpace/templates\\1uox\\abb8x8-1'