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
Activity upgraded to sugar3. V33 from repository throws an exception during initialization:
from sugar3.datastore import datastore
fails at dist-packages/dbus/connection.py line 400 in add_signal_receiver
self._require_main_loop()
RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
The text was updated successfully, but these errors were encountered:
Activity upgraded to sugar3. V33 from repository throws an exception during initialization:
from sugar3.datastore import datastore
fails at dist-packages/dbus/connection.py line 400 in add_signal_receiver
self._require_main_loop()
RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
The text was updated successfully, but these errors were encountered: