You are not logged in.
Pages: 1
Hello everybody!
I was trying to connect Bluetotth on SliTaz Rolling 64 and got the following error:
mz@slitaz:~$ blueman-applet
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 15, in <module>
from blueman.Functions import create_logger, create_parser, set_proc_title
File "/usr/lib/python3.7/site-packages/blueman/Functions.py", line 36, in <module>
from blueman.main.Config import Config
File "/usr/lib/python3.7/site-packages/blueman/main/Config.py", line 2, in <module>
from gi.repository import Gio
ModuleNotFoundError: No module named 'gi'
Any suggestion as to how to fix it?
Thanks.
Offline
tazpkg -gi pygobject3
Offline
Hello Saipul,
I installed pygobject3 and gobject-introspection, and also recharged and upgraded the system, but I still get the error.
[c]# blueman-applet
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 15, in <module>
from blueman.Functions import create_logger, create_parser, set_proc_title
File "/usr/lib/python3.7/site-packages/blueman/Functions.py", line 36, in <module>
from blueman.main.Config import Config
File "/usr/lib/python3.7/site-packages/blueman/main/Config.py", line 2, in <module>
from gi.repository import Gio
ModuleNotFoundError: No module named 'gi'[/c]
Offline
Hai all Dev... blueman packages need pygobject3 with python3 version (py3k) that is not in official repository...
Offline
Should I add next to my repository or upgrade to cooking?
Offline
No... please don't add the Next repo...
@sofia-m, try running "blueman-manager" in your terminal (without quotes)
Offline
[c]$ blueman-manager
Traceback (most recent call last):
File "/usr/bin/blueman-manager", line 8, in <module>
import gi
ModuleNotFoundError: No module named 'gi'[/c]
Same result. 
Offline
Same error here:
#blueman-manager
Traceback (most recent call last):
File "/usr/bin/blueman-manager", line 8, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
Is there some solution to run blueman successfuly ?
Thanks in advance and best regards,,,
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]