This is the code in the script im calling:

batchObject=StringCall()
batchObject.databasebatchcall(termid, batchid)
batchObject.fetchbatchdata()
batchObject.createbatchstrings()

BatchHeaderPacket =batchObject.returnbatchheader()
ParameterPacket =batchObject.returnparameterpacket()
TrailerPacket =batchObject.returntrailerpacket()

print BatchHeaderPacket
print ParameterPacket
print TrailerPacket
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to