/googleads-python-lib$ python examples/adspygoogle/adwords/v201306/basic_operations/add_campaigns.py
Traceback (most recent call last):
File "examples/adspygoogle/adwords/v201306/basic_operations/add_campaigns.py", line 149, in <module>
main(client)
File "examples/adspygoogle/adwords/v201306/basic_operations/add_campaigns.py", line 56, in main
budget_id = budget_service.Mutate(budget_operations)[0]['value'][0][
File "/vagrant/venv/local/lib/python2.7/site-packages/adspygoogle/common/GenericApiService.py", line 292, in CallMethod
self._SetHeaders()
File "/vagrant/venv/local/lib/python2.7/site-packages/adspygoogle/adwords/GenericAdWordsService.py", line 122, in _SetHeaders
soap_headers = SOAPpy.Types.headerType(attrs=header_attrs)
File "/vagrant/venv/local/lib/python2.7/site-packages/adspygoogle/SOAPpy/Types.py", line 1338, in __init__
structType.__init__(self, data, "Header", typed, attrs)
File "/vagrant/venv/local/lib/python2.7/site-packages/adspygoogle/SOAPpy/Types.py", line 1250, in __init__
anyType.__init__(self, data, name, typed, attrs)
File "/vagrant/venv/local/lib/python2.7/site-packages/adspygoogle/SOAPpy/Types.py", line 74, in __init__
if type(name) in (ListType, TupleType):
NameError: global name 'ListType' is not defined