File ".\pssexcel.py", line 1472, in accc
I am working with script to run ACCC activity, but reports this error:
Traceback (most recent call last):
File "E:\BACK_UP\DIC14-DMAX-EXP-NORTE\ACCC.py", line 84, in <module>
baseflowvio=True, basevoltvio=True, flowlimit=100.0, flowchange=5.0, voltchange=0.04)
File ".\pssexcel.py", line 1472, in accc
IndexError: list index out of range
>>>
can somebody tell me why this problem occurs and how to fix it?
A snippet of your code would be helpful.
Agree with Eli. From here it looks like there is a bug in PSSE's pssexcel.py module. PSSE don't distribute the raw source code for their Python. Instead shipping the bytecode compiled files. Of course, we can still work their pyc file back into a .py, it's just another step.