kasramp / UbuntuIndicatorWeather

Simple weather indicator for Ubuntu unity and Gnome 3
https://simpleweatherindicator.madadipouya.com/
GNU General Public License v3.0
89 stars 12 forks source link

PPA install on 16.04 misses 'gi' dependency #18

Closed puinenveturi closed 7 years ago

puinenveturi commented 8 years ago

The application won't start due to the following error:

Traceback (most recent call last): File "/usr/bin/indicator-weather", line 23, in <module> import gi ImportError: No module named gi

Installing the 'python-gi' solves the problem.

puinenveturi commented 8 years ago

Oh, I see the dependency is already in the DEB control file, please update the PPA.

kasramp commented 8 years ago

@derPuntigamer thanks for reporting the issue. The missing dependency's already added. I will update PPA soon.

kasramp commented 7 years ago

Resolved