Hello experts,

i found the program on youtube and try to figure out the bus towards to north longitude and latitude near to dave using xml file but it showing me an error....
lat = float(bus.findn ext('lat'))

AttributeError: 'xml.etree.Elem entTree.Element ' object as no attribute 'findnext'


Here's the code,
Code:
import urllib

daves_latitude = 41.98062
daves_longitude
...