Не могу запустить индикатор моей погоды под 16.04

Я только что установил Beta 2 в Ubuntu 16.04.

После этого я установил индикатор моей погоды с помощью следующих команд:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator

Я хотел запустить программу с:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator

Но я получаю этот журнал ошибок:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:27: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:28: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify
<gettext.GNUTranslations object at 0x7f2d5602b7b8>
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py:31: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
  from gi.repository import AppIndicator3 as appindicator
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/geocodeapi.py:30: PyGIWarning: GeocodeGlib was imported without specifying a version first. Use gi.require_version('GeocodeGlib', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GeocodeGlib
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/whereami.py:27: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import WebKit
#####################################################
System: Linux
Machine: x86_64
Node: TP420
Release: 4.4.0-15-generic
Version: #31-Ubuntu SMP Fri Mar 18 19:08:31 UTC 2016
Platform: Linux-4.4.0-15-generic-x86_64-with-Ubuntu-16.04-xenial
#####################################################

My-Weather-Indicator version: 0.7.9-0extras15.10.0
#####################################################

HTTPConnectionPool(host='openweathermap.org', port=80): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f47b2481b38>, 'Connection to openweathermap.org timed out. (connect timeout=1)'))
Waiting for internet

Как я могу исправить эту проблему?

// Редактировать: Эта проблема была на самом деле исправлена ​​разработчиком. Смотрите здесь: https://bugs.launchpad.net/my-weather-indicator/+bug/1569161

2
задан 12 April 2016 в 10:17

1 ответ

Эта проблема была на самом деле устранена разработчиком. Посмотрите здесь: https://bugs.launchpad.net/my-weather-indicator / + ошибка/1569161

0
ответ дан 12 April 2016 в 20:17
  • 1
    @wjandrea я просто проверил. You' право ре. Я должен думать о синтаксисе C – AvdnhracNTAd9ex 22 August 2017 в 08:51

Другие вопросы по тегам:

Похожие вопросы: