Need help fixing this error please:NameError: global name is not defined

shaun shaun.wiseman91 at gmail.com
Thu Sep 6 07:37:47 EDT 2012


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



More information about the Python-list mailing list