Hallo Christopher,

Am 2018-01-29 hackte Christopher Schramm in die Tasten:
> You can also get
> 2.1~alpha2-1 from experimental. It includes that file but might of
> course magically solve the issue anyway.

I have downloaded the sourced and build a backport (without any error
messages) for Stretch.

Installing was also flawless.

However, if I run my window manager I get this in the log:

----8<---------------------------------------------------------------------
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
ImportError: No module named 'blueman'
----8<---------------------------------------------------------------------


----[ '/usr/bin/blueman-applet' ]------------------------------------------
#!/usr/bin/env python3
# coding=utf-8

import sys
import os
import signal
import logging

# support running uninstalled
_dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
if 'BLUEMAN_SOURCE' in os.environ:
    sys.path = [_dirname, os.path.join(_dirname, 'module', '.libs')] +
sys.path
    os.environ["GSETTINGS_SCHEMA_DIR"] = os.path.join(_dirname, "data")

from blueman.Functions import create_logger, create_parser, set_proc_title
from blueman.main.Applet import BluemanApplet
---------------------------------------------------------------------------

The question is now, why does it not find its own module?

Where should I look.

I do programming, but not Python even if I understand some things.


Thanks in avance

-- 
Michelle Konzack        Miila ITSystems @ TDnet
GNU/Linux Developer     00372-54541400

Reply via email to