私はこれを呼んだ:
for count in result:
print "Exist: %s" % count
self.IdCode = count
self.IdCode += 1
このエラーを受け取りました:
exceptions.TypeError: can only concatenate tuple (not "int") to tuple
何が起きてる?
私はこれを呼んだ:
for count in result:
print "Exist: %s" % count
self.IdCode = count
self.IdCode += 1
このエラーを受け取りました:
exceptions.TypeError: can only concatenate tuple (not "int") to tuple
何が起きてる?