generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
If anyone else is getting the error:
" Exception has occurred: AttributeError
'AddressParser' object has no attribute 'parse_address'
File "C:\Users\libparse.py", line 11, in
parsed_address = parser.parse_address("The White House 1600 Pennsylvania Avenue NW, Washington, DC 20500, USA")
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'AddressParser' object has no attribute 'parse_address'"
Change the line:
parsed_address = parser.parse_address("The White House 1600 Pennsylvania Avenue NW, Washington, DC 20500, USA")
To:
parsed_address = parser.runParser("The White House 1600 Pennsylvania Avenue NW, Washington, DC 20500, USA")
Documentation: https://pypi.org/project/pypostalwin/
Metadata
Metadata
Assignees
Labels
No labels