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
More information about the Python-list mailing list
Thu Sep 6 07:37:47 EDT 2012
- Previous message (by thread): Need help fixing this error please:NameError: global name is not defined
- Next message (by thread): Need help fixing this error please:NameError: global name is not defined
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Need help fixing this error please:NameError: global name is not defined
- Next message (by thread): Need help fixing this error please:NameError: global name is not defined
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list