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 May 22, 2019. It is now read-only.
I'm trying to run the lightdm web-greeter on Gentoo, but find that it fails when trying to import whither.base.objects.Window.
Trying to run from whither.base.objects import Window manually in a python shell results in the same issue:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.5/site-packages/whither/base/objects.py", line 75, in <module>
class BaseObject(metaclass=MCS):
File "/usr/lib64/python3.5/site-packages/whither/base/metaclasses.py", line 52, in __new__
super(self, self).__init_subclass__(**kwargs)
AttributeError: 'super' object has no attribute '__init_subclass__'
Looking at metaclasses.py I should probably mention that this is running under python3.5.4.
Is this object not supposed to be imported and should I leave an issue with the web-greeter project? Did I make a mistake compiling something along the way? I'm happy to supply my ebuild files for this if those would be helpful.
The text was updated successfully, but these errors were encountered:
I'm trying to run the lightdm web-greeter on Gentoo, but find that it fails when trying to import
whither.base.objects.Window
.Trying to run
from whither.base.objects import Window
manually in a python shell results in the same issue:Looking at
metaclasses.py
I should probably mention that this is running under python3.5.4.Is this object not supposed to be imported and should I leave an issue with the web-greeter project? Did I make a mistake compiling something along the way? I'm happy to supply my ebuild files for this if those would be helpful.
The text was updated successfully, but these errors were encountered: