You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
Running gnome-shell-3.2 here, starting weather-extension-configurator.py fails, starting from shell via python weather-extension-configurator.py throws the following errors:
Traceback (most recent call last): File "weather-extension-configurator.py", line 159, in <module> main() File "weather-extension-configurator.py", line 155, in main WeatherConfigurator() File "weather-extension-configurator.py", line 142, in __init__ table = Gtk.Table(rows=len(self.elements)/2, columns=2, homogeneous=False) File "/usr/lib64/python3.2/site-packages/gi/overrides/Gtk.py", line 1355, in __init__ Gtk.Table.__init__(self, n_rows=rows, n_columns=columns, homogeneous=homogeneous, **kwds) TypeError: could not convert value for property n_rows' from float to guint`
Using python-3.2.2 on a Gentoo Linux here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running gnome-shell-3.2 here, starting weather-extension-configurator.py fails, starting from shell via
python weather-extension-configurator.py
throws the following errors:Traceback (most recent call last): File "weather-extension-configurator.py", line 159, in <module> main() File "weather-extension-configurator.py", line 155, in main WeatherConfigurator() File "weather-extension-configurator.py", line 142, in __init__ table = Gtk.Table(rows=len(self.elements)/2, columns=2, homogeneous=False) File "/usr/lib64/python3.2/site-packages/gi/overrides/Gtk.py", line 1355, in __init__ Gtk.Table.__init__(self, n_rows=rows, n_columns=columns, homogeneous=homogeneous, **kwds) TypeError: could not convert value for property
n_rows' from float to guint`Using python-3.2.2 on a Gentoo Linux here.
The text was updated successfully, but these errors were encountered: