Ask Your Question

keesem's profile - activity

2021-05-24 18:09:00 -0500 received badge  Taxonomist
2016-04-28 08:45:39 -0500 received badge  Good Question (source)
2013-08-12 03:24:51 -0500 received badge  Nice Question (source)
2013-07-22 06:08:59 -0500 received badge  Famous Question (source)
2013-06-18 08:04:02 -0500 received badge  Notable Question (source)
2013-06-06 17:21:43 -0500 received badge  Popular Question (source)
2013-06-06 01:13:21 -0500 commented answer print pss report to a file

Thanks a lot, it works perfectly! :)

2013-06-06 00:19:28 -0500 received badge  Student (source)
2013-06-04 06:26:05 -0500 asked a question print pss report to a file

Hello, I'm pretty new to pss and python in general, but I've made a few scripts. I have a problem, I want to export the contents of a report to a text file. I tried with this, but didn't manage to get it working:

f1=open('./testfile3.txt', 'w+')

psspy.zsys(0,4,[22,30,31,32])

psspy.zone_2(0,0,1)

print >> f1, psspy.zone_2(0,0,1)