Comment 2 for bug 714045

Revision history for this message
Lucas (lucas-sichardt) wrote :

Is this the build you mean:
11.01.16+bzr158-rc5~lucid1

Because this doesn't start too and gives the following output:

lucas@Lucas-PC ~ $ indicator-weather
Traceback (most recent call last):
  File "/usr/bin/indicator-weather", line 1374, in <module>
    wi = indicator_weather()
  File "/usr/bin/indicator-weather", line 658, in __init__
    self.update_weather()
  File "/usr/bin/indicator-weather", line 795, in update_weather
    weather = self.get_weather(self.places[self.placechosen])
  File "/usr/bin/indicator-weather", line 873, in get_weather
    self.current_location.update_weather_data()
  File "/usr/bin/indicator-weather", line 199, in update_weather_data
    if (self.__report_fetcher != None):
AttributeError: Location instance has no attribute '_Location__report_fetcher'