answered 2019-01-23 01:40:53 -0500
API psspy.progress takes a string as argument, not a real. You must convert the value to a string and also add a carriage return (\n).
psspy.progress(str(Qgen[i])+'\n')