ExposedCat / Meowgram

Telegram client written in GTK & Python
GNU General Public License v3.0
71 stars 8 forks source link

Error on fedora 34 #44

Open radleydark opened 3 years ago

radleydark commented 3 years ago

After build with Meson can`t start Meowgram:

❯ meowgram
Traceback (most recent call last):
  File "/usr/local/bin/meowgram", line 40, in <module>
    from meowgram import main
  File "/usr/local/share/meowgram/meowgram/main.py", line 23, in <module>
    gi.require_version("Adw", "1")
  File "/usr/lib64/python3.9/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Adw not available
sincorchetes commented 2 years ago

Confirmed on Fedora 35 Workstation

After installing libadwaita.x86_64 solved the issue but, It request telethone libs in Python...

pip install --user telethone bleach

Please, could you build a Python custom environment (venv module) in the build process or something else?

Thanks.