Granite framework not accesible
Hello. I cannot access the Widgets on Granite framework. The console shows:
[Running] python -u "/home/andres/Documents/Proyectos/elementary-connect/run.py"
Traceback (most recent call last):
File "/home/andres/Documents/Proyectos/elementary-connect/run.py", line 41, in <module>
window = MainWindow()
File "/home/andres/Documents/Proyectos/elementary-connect/run.py", line 31, in __init__
test_button = Granite.Widgets.WelcomeButton()
File "/home/andres/.local/lib/python3.6/site-packages/gi/module.py", line 132, in __getattr__
self.__name__, name))
AttributeError: 'gi.repository.Granite' object has no attribute 'Widgets'
[Done] exited with code=1 in 0.189 seconds`
Also some other stuff from later versions of the framework doesn't seem to know. Is this bad binding or do you actually have to update Granite on PyGObject?
Thank you